mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 06:34:22 -04:00
Readable internal names for some selects
This commit is contained in:
parent
52c3a861de
commit
dfa5735bc2
25 changed files with 93 additions and 50 deletions
|
@ -128,6 +128,7 @@ TUMBLE_DRYER_PR_PHASE = {
|
|||
}
|
||||
|
||||
DIRTY_LEVEL = {
|
||||
"0": "unknown",
|
||||
"1": "little",
|
||||
"2": "normal",
|
||||
"3": "very",
|
||||
|
@ -185,4 +186,5 @@ AC_HUMAN_SENSE = {
|
|||
"0": "touch_off",
|
||||
"1": "avoid_touch",
|
||||
"2": "follow_touch",
|
||||
"3": "unknown",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue