« Back to Product

Documentation

DS_RequestStatus

Require: IP-Symcon >= 4.0

 boolean DS_RequestStatus (int $InstanceID) 

Parameters

InstanceID

Device ID

Returns

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

Description

Queries the status for the device with the ID InstanceID.

Warning

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.

Example

DS_RequestStatus(12345);
Any questions?