-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
We should add functionality in our alarms mechanism to allow us to set high priority alarms. These alarms, when appearing, should not allow any sort of snoozing of the alarms.
For now, the only high priority one is Peak Pressure related but the mechanism should allow for flexibility
This will require creating an interface for the alarm component - this will alarm text as described in the docs, the display text, which may be long and optional as well as boolean to denote if it is a priority. Then, this interface will be applied to our Alarms constant to be used. We will then update our code added in #92 to check for priority value being true. Moreover, usages of the alarms will need to be updated in places it is being used.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers