Miele add new program phase mapping (#152647)

This commit is contained in:
Andrea Turri
2025-09-20 11:33:12 +02:00
committed by GitHub
parent 1a5cae125f
commit a43ba4f966
3 changed files with 7 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ class ProgramPhaseOven(MieleEnum, missing_to_none=True):
process_running = 3074 process_running = 3074
process_finished = 3078 process_finished = 3078
energy_save = 3084 energy_save = 3084
pre_heating = 3099
class ProgramPhaseWarmingDrawer(MieleEnum, missing_to_none=True): class ProgramPhaseWarmingDrawer(MieleEnum, missing_to_none=True):
@@ -375,6 +376,7 @@ class ProgramPhaseSteamOvenCombi(MieleEnum, missing_to_none=True):
process_running = 3074, 7938 process_running = 3074, 7938
process_finished = 3078, 7942 process_finished = 3078, 7942
energy_save = 3084 energy_save = 3084
pre_heating = 3099
steam_reduction = 3863 steam_reduction = 3863
waiting_for_start = 7939 waiting_for_start = 7939

View File

@@ -291,6 +291,7 @@
"not_running": "Not running", "not_running": "Not running",
"pre_brewing": "Pre-brewing", "pre_brewing": "Pre-brewing",
"pre_dishwash": "Pre-cleaning", "pre_dishwash": "Pre-cleaning",
"pre_heating": "Pre-heating",
"pre_wash": "Pre-wash", "pre_wash": "Pre-wash",
"process_finished": "Process finished", "process_finished": "Process finished",
"process_running": "Process running", "process_running": "Process running",

View File

@@ -3249,6 +3249,7 @@
'energy_save', 'energy_save',
'heating_up', 'heating_up',
'not_running', 'not_running',
'pre_heating',
'process_finished', 'process_finished',
'process_running', 'process_running',
]), ]),
@@ -3291,6 +3292,7 @@
'energy_save', 'energy_save',
'heating_up', 'heating_up',
'not_running', 'not_running',
'pre_heating',
'process_finished', 'process_finished',
'process_running', 'process_running',
]), ]),
@@ -5395,6 +5397,7 @@
'energy_save', 'energy_save',
'heating_up', 'heating_up',
'not_running', 'not_running',
'pre_heating',
'process_finished', 'process_finished',
'process_running', 'process_running',
]), ]),
@@ -5437,6 +5440,7 @@
'energy_save', 'energy_save',
'heating_up', 'heating_up',
'not_running', 'not_running',
'pre_heating',
'process_finished', 'process_finished',
'process_running', 'process_running',
]), ]),