« Back to Product

Documentation

MXC_DimStop

 boolean MXC_DimStop (int $InstanceID) 

Parameters

InstanceID

ID of the device to be switched

Returns

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

Description

Switches the device with ID InstanceID to value Status

Example

MXC_DimStop(12345, true); //Turn on device
Any questions?