Update config to match frontend

This commit is contained in:
Skylar Grant 2024-08-21 21:16:48 -04:00
parent 673aa2faf5
commit 9e543989b8
1 changed files with 8 additions and 15 deletions

View File

@ -1,20 +1,13 @@
{
"mqtt": {
"address": "https://mqtt.3411.one/",
"subscriptions": [
{
"name": "igniter",
"topic": "hestia/status/igniter"
},
{
"name": "exhaust",
"topic": "hestia/status/exhaust"
},
{
"name": "auger",
"topic": "hestia/status/auger"
}
]
"address": "wss://mqtt.3411.one",
"username": "hestia",
"password": "hestia",
"topics": {
"igniter": "hestia/status/igniter",
"exhaust": "hestia/status/exhaust",
"auger": "hestia/status/auger"
}
},
"pins": [
{