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