« Back to Product

Documentation

MXC_SendInteger

 boolean MXC_SendInteger (int $InstanceID, int $Value) 

Parameters

InstanceID

ID of the device to be switched

Value

Number without decimal places

Returns

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

Description

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

Example

MXC_SendInteger(12345, 40); //Send value 40
Any questions?