Documentation
OZW_RequestStatus
boolean OZW_RequestStatus (int $InstanceID)
Parameters
InstanceID | ID of the device to query |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Requests the status of the device with InstanceID InstanceID.
Sets the value of the data point with the ID InstanceID to the specified value.
Example
OZW_RequestStatus(12345);