boolean PJ_RequestStatus (int $InstanceID)
InstanceID | Device ID |
If the command succeeds, it returns TRUE, otherwise FALSE.
Queries the current values for the device with the ID InstanceID and writes them to the corresponding status variables.
This function places a significant load on radio traffic.
It should only be used if the internal timer is not to be used to implement uneven intervals. A constant query of the values may block the radio traffic of other participants.
//Queries the current values of instance 12345.
PJ_RequestStatus(12345);