From 01aed0db2bfa331f13e15c6182fe2babb7cc70ae Mon Sep 17 00:00:00 2001 From: Rigear <278971+Rigear@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:22:02 -0700 Subject: [PATCH] docs: Added retain_status message to example config --- config.yaml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.yaml.example b/config.yaml.example index a347b9b..f4c8dd2 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -304,6 +304,8 @@ mqtt: # use_jwt_auth: true|false # Does this endpoint require JWT auth # username: "" # Username for basic auth. If empty or missing, uses anonymous access # password: "" # Password for basic auth. Required if username is set + # format: letsmesh|mqtt + # retain_status: true|false # Sets MQTT "retain" on status messages so they remain on the broker when disconnected. Also enforces a QOS of 1 (guaranteed delivery) # Block specific packet types from being published to the MQTT endpoint # If not specified or empty list, all types are published