mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 18:05:05 +01:00
got connection to mqtt broker working again
This commit is contained in:
9
data/config/mqtt.json
Normal file
9
data/config/mqtt.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"mqttClientName": "illucat1",
|
||||
"mqttBrokerHost": "192.168.88.110",
|
||||
"mqttBrokerPort": 1883,
|
||||
"mqttRootTopic": "wirelos/illucat",
|
||||
"mqttUser": "",
|
||||
"mqttPass": ""
|
||||
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"apSSID": "illucat",
|
||||
"apPassword": "illumination",
|
||||
"connectTimeout": 5000,
|
||||
"stationSSID": "wirelos",
|
||||
"stationPassword": "th3r31sn0sp00n"
|
||||
"stationSSID": "thobens-416257",
|
||||
"stationPassword": "467304645DB5"
|
||||
}
|
||||
Reference in New Issue
Block a user