mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Update MQTT along with enabling motion detection (#3898)
This commit is contained in:
parent
a1ae5b67d8
commit
f0e836e5b6
@ -84,6 +84,8 @@ def create_mqtt_client(config: FrigateConfig, camera_metrics):
|
||||
f"Turning on motion for {camera_name} due to detection being enabled."
|
||||
)
|
||||
camera_metrics[camera_name]["motion_enabled"].value = True
|
||||
state_topic = f"{message.topic[:-11]}/motion/state"
|
||||
client.publish(state_topic, payload, retain=True)
|
||||
elif payload == "OFF":
|
||||
if camera_metrics[camera_name]["detection_enabled"].value:
|
||||
logger.info(f"Turning off detection for {camera_name} via mqtt")
|
||||
|
Loading…
Reference in New Issue
Block a user