boolean MXC_SendInteger (integer $InstanceID, integer $Value)
InstanceID | ID of the device to be switched |
Value | Number without decimal places |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Sends a boolean value to the instance with ID InstanceID, which is connected to a room manager.
MXC_SendInteger(12345, 40); //Send value 40