I have one window with alarm view created with alarm configuration and the Alarm Manager.
I have another window in which i want a red lamp in case there are any unacknowledged alarms.
Is it possible to get this status from the AlarmManager in an easy way?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tested it this evening and got it only with the acknoledge methode "ACK" working as aspected:
One or more alarms get active. The variable is set to TRUE. If one or more alarms are still active during acknolege, the variable should be still set or set again to TRUE. Works only with this settings:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have one window with alarm view created with alarm configuration and the Alarm Manager.
I have another window in which i want a red lamp in case there are any unacknowledged alarms.
Is it possible to get this status from the AlarmManager in an easy way?
Originally created by: D. Kugler
in the Alarm Class you can set notification actions. Set and reset a bool variable, which control your lamp:
Thanks. That was what I was looking for
Originally created by: D. Kugler
I tested it this evening and got it only with the acknoledge methode "ACK" working as aspected:
One or more alarms get active. The variable is set to TRUE. If one or more alarms are still active during acknolege, the variable should be still set or set again to TRUE. Works only with this settings: