Open
Conversation
this is needed to trigger the alarm based on the logic contained in its body
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a new
complication-type watchface with the following features:I realise the similarities with the Advanced Alarm and the legacy Ship's Bell faces, but I believe this one sits in a "middle-ground" between the two, providing basic recurring alarms and bell chimes out of a single face.
Display
Legend:
Operation
Largely just like the standard alarm:
Notes
The chime on/off state doesn't show up on the clock face.
This is because the clock face's
WATCH_INDICATOR_BELLcan only be set by itself, as it handles toggling the hourly chime internally -- unlike forWATCH_INDICATOR_SIGNAL, which can be set externally throughmovement_set_alarm_enabled(). I'm planning to extend the same interface to the chime too (chgio#3), and will share a PR when it's ready.In the meantime, I appreciate any feedback on this matter and on the watchface in general.