boolean LCN_Beep (integer $InstanceID, boolean $SpecialTone, integer $Number)
InstanceID | ID of the Instance; the ID of the splitter instance, not the device instance |
SpecialTone | TRUE for On, FALSE for Off |
Number | Number between 1..15 |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Lets the instance with the ID InstanceID beep
LCN_Beep(12345, true, 1); //Beep once (SpecialTone)