Documentation
WriteAttributeBoolean
Require: IP-Symcon >= 5.1
void WriteAttributeBoolean (string $Name, boolean $Value)
Parameters
Name | Name of the attribute |
Value | Value of the attribute |
Returns
No Return
Description
The function writes the value Value in 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->WriteAttributeBoolean("CurrentState", false);