Fix humidifier 1 toggle command

This commit is contained in:
Kelvin Ly 2023-09-21 22:20:57 -04:00
parent b4003246a8
commit 93fc82fbd2
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class Controller:
if humidifier2.on: if humidifier2.on:
self.toggle_checked(humidifier2, s) self.toggle_checked(humidifier2, s)
humidifier = HumidifierV2(b"n") humidifier = HumidifierV2(b"h")
humidifier2 = HumidifierV2() humidifier2 = HumidifierV2()
controller = Controller() controller = Controller()