Add ability to connect to protected MQTT server

Signed-off-by: Gérondal Thibault <contact@tycale.be>
This commit is contained in:
Gérondal Thibault
2018-12-29 20:17:33 +01:00
parent 97cf57d0a3
commit 56478b1559
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
{
"host": "localhost",
"port": 1883,
"topic": "tuya/"
}
"topic": "tuya/",
"mqtt_user": "",
"mqtt_pass": ""
}