Requires: IP-Symcon >= 2.7
variant IPS_GetProperty (integer $InstanceID, string $Property)
InstanceID | ID of the instance |
Property | Name of the property |
Current value of the property |
The command reads the current value of the Property for InstanceID. An exact list of all possible properties for every instance is shown at the description of the command IPS_SetProperty. It is possible to set a new planned value via IPS_SetProperty and apply it via IPS_ApplyChanges.
echo IPS_GetProperty($id, "Open"); // Is the I/O instance active?