45
5.2.4
LAI Command
Short description:
This command allows to adjust LED intensity in order i.e. to remove saturation.
Command syntax:
$LAI <I>
Param: <I> is Led intensity (0...100%)
Command
Description
NET
$LAI 95
Response: $LAI 95[CR]ready[CR/LF].
Write Led intensity 95%
Client.LedIntensity = 90;
$LAI ?
Response: $LAI ? 95ready[CR/LF].
Read Led Intensity
float Led = Client.LedIntensity;