From 93ae038a7e0ae027eefd2f6a9f16b94b7f650e4a Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 15 Aug 2024 10:05:40 -0400 Subject: [PATCH] Switch from ws to mqtt TCP --- src/assets/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/config.json b/src/assets/config.json index 892a768..c325951 100644 --- a/src/assets/config.json +++ b/src/assets/config.json @@ -1,6 +1,6 @@ { "mqtt": { - "address": "wss://192.168.0.3:1883", + "address": "mqtt://192.168.0.3:1883", "subscriptions": [ { "name": "igniter",