New MQTT Config

This commit is contained in:
Skylar Grant 2024-11-28 15:56:30 -05:00
parent 53d9aaf14b
commit dafce39a24

View File

@ -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",