mirror of
https://gitlab.com/wirelos/sprocket-plugin-mqtt.git
synced 2025-12-16 06:24:31 +01:00
Add user and pass
This commit is contained in:
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