Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible values for Simmer zone ? #218

Closed
littlbee opened this issue Dec 3, 2022 · 1 comment
Closed

Possible values for Simmer zone ? #218

littlbee opened this issue Dec 3, 2022 · 1 comment

Comments

@littlbee
Copy link

littlbee commented Dec 3, 2022

Hello
coud you enumerate which are the possible values for the Simmer zone ? I get "cool" reading but would like to know which are all possible so to foresee appropriate coloring of my room cards.

@rautesamtr
Copy link
Collaborator

class SimmerZone(StrEnum):
"""Simmer Zone."""
COOL = "cool"
SLIGHTLY_COOL = "slightly_cool"
COMFORTABLE = "comfortable"
SLIGHTLY_WARM = "slightly_warm"
INCREASING_DISCOMFORT = "increasing_discomfort"
EXTREMELY_WARM = "extremely_warm"
DANGER_OF_HEATSTROKE = "danger_of_heatstroke"
EXTREME_DANGER_OF_HEATSTROKE = "extreme_danger_of_heatstroke"
CIRCULATORY_COLLAPSE_IMMINENT = "circulatory_collapse_imminent"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants