Skip to content

Commit e9b03ca

Browse files
committed
Clean up now unused code
1 parent e09af41 commit e9b03ca

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

plugwise/smile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ def model_to_switch_items(model: str, state: str, switch: Munch) -> tuple[str, M
4343
Helper function for set_switch_state().
4444
"""
4545
match model:
46-
case "dhw_cm_switch":
47-
switch.device = "toggle"
48-
switch.func_type = "toggle_functionality"
49-
switch.act_type = "domestic_hot_water_comfort_mode"
5046
case "cooling_ena_switch":
5147
switch.device = "toggle"
5248
switch.func_type = "toggle_functionality"

0 commit comments

Comments
 (0)