Documentation
VM_Update
Require: IP-Symcon >= 5.5
boolean VM_Update (int $InstanceID, float $PrimaryDelta)
Parameters
InstanceID | ID of the Instance |
PrimaryDelta | Positive Veränderung der Hauptmessstelle |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
The slope of the secondary measuring points is added or subtracted depending on the selected option. The result is added together with the passed value to the value of the 'Result' variable.
Example
VM_Update(12345, 5.3);