« Back to Product

Documentation

OW_SetPosition

 boolean OW_SetPosition (int $InstanceID, int $Value) 

Parameters

InstanceID

ID of the device to be switched

Value

0-255

Returns

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

Description

Sets the device with the ID InstanceID to value Value

Warning

Please note the CPC parameter in the configuration.

Example

OW_SetPosition(12345, 123); //Set the device on value 123
Any questions?