Add ability to set mqtt qos in config (#16435)

This commit is contained in:
Josh Hawkins
2025-02-09 16:45:04 -06:00
committed by GitHub
parent 81bd956ae8
commit bc96db8612
3 changed files with 11 additions and 2 deletions

View File

@@ -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: