« Back to Product

Documentation

OZW_WriteDataPoint

 boolean OZW_WriteDataPoint (int $InstanceID, variant $Value) 

Parameters

InstanceID

ID of the device to be modified

Value

E.g. 23.5

Returns

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

Description

Sets the value of the data point with the ID InstanceID to the specified value.

Warning

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).

Example

OZW_WriteDataPoint(12345, 1);
Any questions?