Documentation
ReadAttributeBoolean
Require: IP-Symcon >= 5.1
boolean ReadAttributeBoolean (string $Name)
Parameters
Name | Name of the attribute |
Returns
The value of the attribute
Description
The function returns the value of the attribute with the name Name.
This function cannot be called in the Create method
Changed values, as opposed to properties, are available immediately
Example
$this->ReadAttributeBoolean("CurrentState");