boolean OW_SetPosition (int $InstanceID, int $Value)
InstanceID | ID of the device to be switched |
Value | 0-255 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets the device with the ID InstanceID to value Value
Please note the CPC parameter in the configuration.
OW_SetPosition(12345, 123); //Set the device on value 123