Requires: IP-Symcon >= 5.1
void WriteAttributeFloat (string $Name, float $Value)
Name | Name of the attribute |
Value | Value of the attribute |
No Return |
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
$this->WriteAttributeFloat("Median", 5.5);