mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
default MQTT qos to 0 and added Retain flag option
This commit is contained in:
@@ -74,10 +74,11 @@ var configfile = {
|
||||
},
|
||||
"mqtt": {
|
||||
"enabled": false,
|
||||
"ip": "ip",
|
||||
"port": "port",
|
||||
"qos": "qos",
|
||||
"keepalive": "keepalive",
|
||||
"ip": "10.10.10.10",
|
||||
"port": 1883,
|
||||
"qos": 1,
|
||||
"keepalive": 60,
|
||||
"retain": true,
|
||||
"base": "base",
|
||||
"user": "user",
|
||||
"password": "password",
|
||||
|
||||
Reference in New Issue
Block a user