Compare commits
3 Commits
1101c600ab
...
a0c5189ada
| Author | SHA1 | Date | |
|---|---|---|---|
|
a0c5189ada
|
|||
|
3676aafa23
|
|||
|
95ec3f28ff
|
@@ -733,6 +733,7 @@ local function create_devs(mqtt_client)
|
|||||||
return devs
|
return devs
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--- @type MqttConfig
|
||||||
local mqtt_config = {
|
local mqtt_config = {
|
||||||
host = ((host == "zeus" or host == "hephaestus") and "olympus.lan.huizinga.dev") or "mosquitto",
|
host = ((host == "zeus" or host == "hephaestus") and "olympus.lan.huizinga.dev") or "mosquitto",
|
||||||
port = 8883,
|
port = 8883,
|
||||||
|
|||||||
Reference in New Issue
Block a user