Documentation
WriteAttributeFloat
Require: IP-Symcon >= 5.1
boolean WriteAttributeFloat (string $Name, float $Value)
Parameters
Name | Name of the attribute |
Value | Value of the attribute |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
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->WriteAttributeFloat("Median", 5.5);