Update config to match frontend
This commit is contained in:
parent
673aa2faf5
commit
9e543989b8
@ -1,20 +1,13 @@
|
|||||||
{
|
{
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
"address": "https://mqtt.3411.one/",
|
"address": "wss://mqtt.3411.one",
|
||||||
"subscriptions": [
|
"username": "hestia",
|
||||||
{
|
"password": "hestia",
|
||||||
"name": "igniter",
|
"topics": {
|
||||||
"topic": "hestia/status/igniter"
|
"igniter": "hestia/status/igniter",
|
||||||
},
|
"exhaust": "hestia/status/exhaust",
|
||||||
{
|
"auger": "hestia/status/auger"
|
||||||
"name": "exhaust",
|
}
|
||||||
"topic": "hestia/status/exhaust"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "auger",
|
|
||||||
"topic": "hestia/status/auger"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"pins": [
|
"pins": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user