Documentation
WAA_CheckAlert
Require: IP-Symcon >= 4.2
boolean WAA_CheckAlert (int $InstanzID, string $BorderValue, string $OldValue)
Parameters
InstanzID | ID of the Instance |
BorderValue | Border Value |
OldValue | Old Value |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Checks within the WaterAlarm with the InstanceID InstanceID whether a limit value was exceeded and sets the alarm variables
Example
WAA_CheckAlert(12345, "LeakThreashold", "LeakBuffer");