Update config.py.example

Add configurable settings for QOS and retain flag.
This commit is contained in:
j-broo
2023-09-24 13:39:42 +02:00
committed by Masoko
parent f1ac5cdcf0
commit a2091f4b64

View File

@@ -36,3 +36,9 @@ uptime = True
# Enable wifi_signal for unit of measuring % or wifi_signal_dbm for unit of meaning dBm
wifi_signal = True
wifi_signal_dbm = False
# Retain flag for published topics
retain = True
# QOS setting for published topics: 0,1,2 are acceptable values
qos = 0