boolean LCN_RequestStatus (integer $InstanceID)
InstanceID | ID of the module to query |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Queries the status of all outputs, relays and binary sensors of the module with ID InstanceID.
// Get all the statuses of the module with ID 12345 LCN_RequestStatus(12345);