mirror of
https://gitlab.com/wirelos/sprocket-plugin-mqtt.git
synced 2025-12-14 21:52:21 +01:00
Add user and pass
This commit is contained in:
2
data/config.json
Normal file → Executable file
2
data/config.json
Normal file → Executable file
@@ -4,7 +4,7 @@
|
||||
"apSSID": "sprocket",
|
||||
"apPassword": "th3r31sn0Sp00n",
|
||||
"connectTimeout": 20000,
|
||||
"stationSSID": "MyAP",
|
||||
"stationSSID": "th1ngs4p",
|
||||
"stationPassword": "th3r31sn0Sp00n",
|
||||
"meshSSID": "whateverYouLike",
|
||||
"meshPassword": "somethingSneaky",
|
||||
|
||||
4
data/mqttConfig.json
Normal file → Executable file
4
data/mqttConfig.json
Normal file → Executable file
@@ -2,5 +2,7 @@
|
||||
"mqttClientName" : "sprocket",
|
||||
"mqttBrokerHost" : "192.168.1.2",
|
||||
"mqttBrokerPort" : 1883,
|
||||
"mqttRootTopic" : "wirelos/sprocket"
|
||||
"mqttRootTopic" : "wirelos/sprocket",
|
||||
"mqttUser": "",
|
||||
"mqttPass": ""
|
||||
}
|
||||
Reference in New Issue
Block a user