NeonGeckoCom / neon-iris

Interactive Relay for Intelligence Systems
Other
2 stars 2 forks source link

Implement alert message handler #57

Closed NeonDaniel closed 7 months ago

NeonDaniel commented 9 months ago

Description

Adds support for expired alert messages from Neon

Issues

Other Notes

The current implementation only logs a message that the alert expired and will not mark it as missed; the alert will remain active until the user dismisses it via intent. This behavior is all delegated to the client, so it may be worth adding some utility methods to the base class for specific clients to more easily interact with received alerts.

NeonDaniel commented 7 months ago

Also validated locally with a WIP websocket client