Skip sending implicit new state
Build, push image, and notify Watchtower / build-image (push) Successful in 39s
Build, push image, and notify Watchtower / notify (push) Successful in 11s

This commit is contained in:
2026-08-23 17:07:18 +02:00
parent e7f6374200
commit c58ae4603e
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -346,6 +346,7 @@ async def lora_process_task():
if alert:
alert.timestamp = data.get("timestamp", time.time())
alert_manager.add_alert(alert)
microwave_state = MicrowaveState.ALERT
elif action == LoraCommands.MICROVAVE_STATE_UPDATE:
new_state = data.get("new_microwave_state")