Documentation
NEAS_WriteValue
Require: IP-Symcon >= 4.0
boolean NEAS_WriteValue (int $InstanceID, string $Ident, variant $Value)
Parameters
InstanceID | ID of the Instance |
Ident | Ident of the variable |
Value | Value of the variable |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Writes the Value Value to the variable with the ident Ident in the NEA Smart with the InstanceID InstanceID.
Example
NEAS_WriteValue(12345 , "HEATAREA1_T_TARGET", 23.3);