boolean OZW_WriteDataPoint (int $InstanceID, variant $Value)
InstanceID | ID of the device to be modified |
Value | E.g. 23.5 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets the value of the data point with the ID InstanceID to the specified value.
If the displayed profile has associations, the integer value of the desired association must be specified (e.g. 0) instead of the string value (e.g. off).
OZW_WriteDataPoint(12345, 1);