boolean LCN_SetDisplayTime (int $InstanceID, int $Line, int $DisplayTime)
InstanceID | ID of the device to be switched |
Line | Display line between 1..4 |
DisplayTime | Time units between 1..30 |
If the command succeeds, it returns TRUE, otherwise FALSE.
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.
//Configure line 1 of display instance 12345 to 30 time units
LCN_SetDisplayTime(12345, 1, 30);