boolean PJ_Beep (integer $InstanceID, integer $TenthsOfSeconds)
InstanceID | ID of the device to be switched |
TenthsOfSeconds | Length of the tone in 1/10 seconds |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Outputs a sound in the FD-868 with ID InstanceID.
PJ_Beep($id_lcd, 50); // Beep for 0,5 seconds