mirror of
https://gitlab.com/wirelos/sprocket-plugin-mqtt.git
synced 2025-12-14 21:52:21 +01:00
fix topic comparison
This commit is contained in:
13
data/config.json
Normal file
13
data/config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"stationMode": 1,
|
||||
"hostname": "sprocket",
|
||||
"apSSID": "sprocket",
|
||||
"apPassword": "th3r31sn0Sp00n",
|
||||
"connectTimeout": 20000,
|
||||
"stationSSID": "MyAP",
|
||||
"stationPassword": "th3r31sn0Sp00n",
|
||||
"meshSSID": "whateverYouLike",
|
||||
"meshPassword": "somethingSneaky",
|
||||
"meshPort": 5555,
|
||||
"channel": 5
|
||||
}
|
||||
6
data/mqttConfig.json
Normal file
6
data/mqttConfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"mqttClientName" : "sprocket",
|
||||
"mqttBrokerHost" : "192.168.1.2",
|
||||
"mqttBrokerPort" : 1883,
|
||||
"mqttRootTopic" : "wirelos/sprocket"
|
||||
}
|
||||
Reference in New Issue
Block a user