Correctly send topic with role value

This commit is contained in:
Nicolas Mowen 2026-03-10 12:38:51 -06:00
parent 19480867fb
commit 9b800a45e3

View File

@ -451,7 +451,7 @@ class CameraWatchdog(threading.Thread):
for role in p["roles"]:
self.requestor.send_data(
f"{self.config.name}/status/{role}", "offline"
f"{self.config.name}/status/{role.value}", "offline"
)
p["logpipe"].dump()