Documentation
LCN_SetDisplayTime
boolean LCN_SetDisplayTime (int $InstanceID, int $Line, int $DisplayTime)
Parameters
InstanceID | ID of the device to be switched |
Line | Display line between 1..4 |
DisplayTime | Time units between 1..30 |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Configures line Line of the display with ID InstanceID to display time DisplayTime.
Whether the display duration is defined as seconds/minutes/hours/days is set in the LCN module, i.e.: In the device itself.
Example
//Configure line 1 of display instance 12345 to 30 time units
LCN_SetDisplayTime(12345, 1, 30);