Documentation
WD_GetAlertTargets
Require: IP-Symcon >= 5.1
array WD_GetAlertTargets (int $InstanzID)
Parameters
InstanzID | ID of the Instanz |
Returns
Array of active alarms of the watchdog instance with InstanceID InstanceID.
Description
The function returns an array with the active alarms of the watchdog instance with InstanceID InstanceID.
The function returns an array with overdue objects. It contains the optional name, VariableID and the last time (UnixTimestamp) of the update or change.
Example
WD_GetAlertTargets(12345);