mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-20 13:54:36 +01:00
Add ability to set mqtt qos in config (#16435)
This commit is contained in:
@@ -46,6 +46,11 @@ mqtt:
|
||||
tls_insecure: false
|
||||
# Optional: interval in seconds for publishing stats (default: shown below)
|
||||
stats_interval: 60
|
||||
# Optional: QoS level for subscriptions and publishing (default: shown below)
|
||||
# 0 = at most once
|
||||
# 1 = at least once
|
||||
# 2 = exactly once
|
||||
qos: 0
|
||||
|
||||
# Optional: Detectors configuration. Defaults to a single CPU detector
|
||||
detectors:
|
||||
|
||||
Reference in New Issue
Block a user