New MQTT Config
This commit is contained in:
parent
53d9aaf14b
commit
dafce39a24
@ -1,10 +1,10 @@
|
||||
import { Communicator, State } from './HestiaClasses.js';
|
||||
const config = {
|
||||
"mqtt": {
|
||||
"address": "wss://mqtt.vfsh.me",
|
||||
"address": "mqtt://192.168.0.12",
|
||||
"username": "hestia",
|
||||
"password": "hestia",
|
||||
"port": 443,
|
||||
"port": 1883,
|
||||
"topics": {
|
||||
"igniter": "hestia/status/igniter",
|
||||
"exhaust": "hestia/status/exhaust",
|
||||
|
Loading…
Reference in New Issue
Block a user