mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-09 08:37:37 +03:00
Correctly send topic with role value
This commit is contained in:
parent
19480867fb
commit
9b800a45e3
@ -451,7 +451,7 @@ class CameraWatchdog(threading.Thread):
|
|||||||
|
|
||||||
for role in p["roles"]:
|
for role in p["roles"]:
|
||||||
self.requestor.send_data(
|
self.requestor.send_data(
|
||||||
f"{self.config.name}/status/{role}", "offline"
|
f"{self.config.name}/status/{role.value}", "offline"
|
||||||
)
|
)
|
||||||
|
|
||||||
p["logpipe"].dump()
|
p["logpipe"].dump()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user