Fix mqtt url

This commit is contained in:
Skylar Grant 2024-11-25 21:33:37 -05:00
parent 91fe54b12d
commit fe2252a094

View File

@ -1,7 +1,7 @@
import { Communicator, State } from './HestiaClasses.js'; import { Communicator, State } from './HestiaClasses.js';
const config = { const config = {
"mqtt": { "mqtt": {
"address": "wss://mqtt.asgrant.me", "address": "wss://mqtt.vfsh.me",
"username": "hestia", "username": "hestia",
"password": "hestia", "password": "hestia",
"topics": { "topics": {