alarm-central-station-receiver icon indicating copy to clipboard operation
alarm-central-station-receiver copied to clipboard

Move knowledge of what messages to notify on to Notification module

Open scudre opened this issue 7 years ago • 0 comments

Currently the AlarmStatus decides which events to send notifications on. Ideally AlarmStatus should not need to be aware of Notifications. Instead, it should mark any auto events it finds, and then return the full event list back. The notification module should then decide what events it should or should not send out a notification for.

scudre avatar Aug 11 '18 21:08 scudre