Documentation
LCN_StartFlicker
boolean LCN_StartFlicker (int $InstanceID, string $Flicker, string $Speed, int $FlickerCount)
Parameters
InstanceID | ID of the device to be switched |
Flicker | G = Low; M = Medium; S = Start |
Speed | L = Slow (ca. 0,5x / Sec); M = Medium (ca. 1x / Sec); S = Fast (ca. 2x / Sec) |
FlickerCount | Number between 1..15 |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Let the device with the ID InstanceID flicker
Example
LCN_StartFlicker(12345, "G", "L", 5);