MQTT hello is saved in database
Build, push image, and notify Watchtower / build-image (push) Successful in 42s
Build, push image, and notify Watchtower / notify (push) Successful in 11s

This commit is contained in:
2026-08-06 16:55:24 +02:00
parent fb41a2d07a
commit 25e635e207
2 changed files with 48 additions and 9 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
from time import time
from shared.deviceTypes import DEVICE_TYPES
try:
@@ -16,7 +17,8 @@ def as_json(data):
def mqtt_hello(id_microwave):
return as_json({
"id_microwave": id_microwave
"id_microwave": id_microwave,
"type": DEVICE_TYPES["MICROWAVE"]
})
def mqtt_hello_ack(id_orchestrator, id_microwave):