Idk
Build, push image, and notify Watchtower / build-image (push) Successful in 48s
Build, push image, and notify Watchtower / notify (push) Successful in 10s

This commit is contained in:
2026-08-25 20:01:36 +02:00
parent dd37465546
commit 49fd566457
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -480,7 +480,7 @@ async def on_new_alert(alert: Alert):
# Send the alert to the lora device
payload = payloads.lora_new_alert(alert)
print(f"[Alert Handling] Sending alert to LoRa device: {payload}")
if lora.send_reliable(payload):
if lora.send_reliable(payload, max_retries=7):
microwave_states["2"].set_cooking_state(CookingStates.ALERT)
# --- HARDWARE CONTROLLERS ---