Cicode Programming Reference > Cicode Function Categories > Alarm Functions > AlarmAckTag

AlarmAckTag

Acknowledge a specified alarm.

If this function is not called from a foreground task, it becomes a blocking function.

Syntax

INT AlarmAckTag(STRING Tag, [, STRING ClusterName])

Tag:

A string that identifies the alarm to acknowledge. It can be one of the following:

Specify an empty string (" ") to match all alarm tags.

ClusterName:

The cluster where the tag resides

Return Value

0 (zero) if successful, otherwise an error code will return

Example

See Also

Alarm Functions

Published June 2018