« Back to Product

Documentation

ReadPropertyBoolean

Require: IP-Symcon >= 4.0

 boolean ReadPropertyBoolean (string $Name) 

Parameters

Name

Name of the property

Returns

The value of the property

Description

The function returns the value of the property named Name.

Warning

Changed values are only available when IPS_ApplyChanges has been called

Example

$this->ReadPropertyBoolean("EmulateStatus");
Any questions?