JohnySeven/TWatchSK

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:

  1. DONE: Play wav file via I2S speaker - in loop for x seconds
  2. DONE: Vibrate the watch

All of the options must be configurable by user.

Maybe have DND mode activated by user?

PR #22 is enabling vibration when new warning message is shown. Works with SK notifications and with Wi-Fi loss notification or other warnings - rejected SK access request, mDNS failure messages, etc.

After #22 is merged, I'll focus on making some noise!

Sounds like excellent progress!

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.