Skip to content

Commit

Permalink
SteamOvenPrograms1
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Nov 19, 2023
1 parent 7abbc69 commit aac7b60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions custom_components/miele/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,10 @@
DISHWASHER: DISHWASHER_PROGRAM_ID,
OVEN: OVEN_PROGRAM_ID,
OVEN_MICROWAVE: OVEN_PROGRAM_ID,
STEAM_OVEN_MK2: OVEN_PROGRAM_ID,
STEAM_OVEN: OVEN_PROGRAM_ID,
STEAM_OVEN_COMBI: OVEN_PROGRAM_ID,
STEAM_OVEN_MICRO: OVEN_PROGRAM_ID,
WASHER_DRYER: WASHING_MACHINE_PROGRAM_ID,
ROBOT_VACUUM_CLEANER: ROBOT_VACUUM_CLEANER_PROGRAM_ID,
COFFEE_SYSTEM: COFFEE_SYSTEM_PROGRAM_ID,
Expand Down
4 changes: 2 additions & 2 deletions custom_components/miele/devcap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@
},
"state": {
"ProgramID": {
"value_raw": 0,
"value_raw": 13,
"value_localized": "",
"key_localized": "Program name",
},
Expand All @@ -1175,7 +1175,7 @@
"key_localized": "Program type",
},
"programPhase": {
"value_raw": 0,
"value_raw": 3073,
"value_localized": "",
"key_localized": "Program phase",
},
Expand Down

0 comments on commit aac7b60

Please sign in to comment.