Low power notification should play sound or/and vibrate
Closed this issue · 4 comments
Right now watch when entering into low power connected mode will automatically update subscriptions on server to subtribe only to notifications.*
.
When receiving delta with prefix 'notifications.' watch will check notification status, if the status is 'alert' or 'alarm' and notification wasn't displayed it will wakeup watch and show message box with notification message.
Now although this is nice proof of concept user might not notice it, so the watch needs to support:
- DONE:
Play wav file via I2S speaker - in loop for x seconds - DONE:
Vibrate the watch
All of the options must be configurable by user.
Maybe have DND mode activated by user?
Sounds like excellent progress!
Will try to implement sounds using following sample: https://github.com/nhatuan84/esp32-i2s-sdcard-wav-player/blob/master/esp32-i2s-sdcard-wav-player-builtin-DAC.ino
As PR #48 is in, we have support for sounds when notification is displayed. It's not ideal, but we'll make it better. I'm not closing this for now.