Documentation
LCN_Beep
boolean LCN_Beep (int $InstanceID, boolean $SpecialTone, int $Number)
Parameters
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 |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Lets the instance with the ID InstanceID beep
Example
LCN_Beep(12345, true, 1); //Beep once (SpecialTone)