diff --git a/src/config.py.example b/src/config.py.example index 9986e2e..57e4744 100644 --- a/src/config.py.example +++ b/src/config.py.example @@ -35,4 +35,10 @@ memory = True 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 \ No newline at end of file +wifi_signal_dbm = False + +# Retain flag for published topics +retain = True + +# QOS setting for published topics: 0,1,2 are acceptable values +qos = 0