Documentation
ReadPropertyInteger
Require: IP-Symcon >= 4.0
int ReadPropertyInteger (string $Name)
Parameters
Name | Name of the property |
Returns
The value of the property
Description
The function returns the value of the property with the name Name.
Changed values are only available when IPS_ApplyChanges has been called
Example
$this->ReadPropertyInteger("GatewayMode");