mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Merge branch 'release-0.11.0' of https://github.com/blakeblackshear/frigate into event-thumbnail-timeout
This commit is contained in:
commit
6cf242172d
@ -240,6 +240,11 @@ def create_mqtt_client(config: FrigateConfig, camera_metrics):
|
|||||||
"ON" if config.cameras[name].detect.enabled else "OFF",
|
"ON" if config.cameras[name].detect.enabled else "OFF",
|
||||||
retain=True,
|
retain=True,
|
||||||
)
|
)
|
||||||
|
client.publish(
|
||||||
|
f"{mqtt_config.topic_prefix}/{name}/motion/state",
|
||||||
|
"ON",
|
||||||
|
retain=True,
|
||||||
|
)
|
||||||
client.publish(
|
client.publish(
|
||||||
f"{mqtt_config.topic_prefix}/{name}/improve_contrast/state",
|
f"{mqtt_config.topic_prefix}/{name}/improve_contrast/state",
|
||||||
"ON" if config.cameras[name].motion.improve_contrast else "OFF",
|
"ON" if config.cameras[name].motion.improve_contrast else "OFF",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user