« Back to Product

Documentation

OW_RequestStatus

 boolean OW_RequestStatus (int $InstanceID) 

Parameters

InstanceID

ID of the device to be switched

Returns

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

Description

Executes a new read for the device with the ID InstanceID.

Once the function has been performed, the new values are available in the state variables.

Example

OW_RequestStatus(12345); //Read out the device
Any questions?