boolean LCN_RequestRead (integer $InstanceID)
InstanceID | ID of the device to query |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Queries the variables, targets and counters of the temperature instance with the ID InstanceID.
//Query the device with ID 12345 LCN_RequestRead(12345);