« Back to Product

Documentation

MXC_SendFloat

 boolean MXC_SendFloat (int $InstanceID, float $Value) 

Parameters

InstanceID

ID of the device to be switched

Value

Number with decimal places

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Sends a float to the instance with ID InstanceID, which is connected to a room manager.

Example

MXC_SendFloat(12345, 35.34); //Send 35.34 as value
Any questions?