Require: IP-Symcon >= 4.0
boolean DS_RequestStatus (int $InstanceID)
InstanceID | Device ID |
If the command succeeds, it returns TRUE, otherwise FALSE.
Queries the status for the device with the ID InstanceID.
This command queries the terminal via the dS bus, which can take some time. During this time the dS bus is busy and cannot carry out any further actions. If the command is called often and for many terminals, this can lead to noticeable delays in the entire digitalStrom system.
DS_RequestStatus(12345);