Microwave Screen + defrost mode

This commit is contained in:
2026-08-06 19:27:35 +02:00
parent 25e635e207
commit 35a330e7ae
4 changed files with 169 additions and 29 deletions
+2 -1
View File
@@ -424,4 +424,5 @@ def get_lora_device(port_or_pins=None):
class LoraCommands:
PING = "ping"
COOKING_STATE_UPDATE = "cooking_state_update"
TOGGLE_PAUSE = "toggle_pause"
TOGGLE_PAUSE = "toggle_pause"
TOGGLE_DEFROST = "toggle_defrost"