mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 04:27:42 +03:00
register mqtt callbacks for toggling alerts and detections
This commit is contained in:
parent
0bf52feff3
commit
d0aadb7956
@ -213,6 +213,8 @@ class MqttClient(Communicator): # type: ignore[misc]
|
|||||||
"motion_contour_area",
|
"motion_contour_area",
|
||||||
"birdseye",
|
"birdseye",
|
||||||
"birdseye_mode",
|
"birdseye_mode",
|
||||||
|
"review_alerts",
|
||||||
|
"review_detections",
|
||||||
]
|
]
|
||||||
|
|
||||||
for name in self.config.cameras.keys():
|
for name in self.config.cameras.keys():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user