From 02db7e36e0858e06ef281caa4d7f97e9a7310076 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 15 Aug 2024 10:01:27 -0400 Subject: [PATCH] Change ws to wss --- 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 5d78abf..892a768 100644 --- a/src/assets/config.json +++ b/src/assets/config.json @@ -1,6 +1,6 @@ { "mqtt": { - "address": "ws://192.168.0.3:1883", + "address": "wss://192.168.0.3:1883", "subscriptions": [ { "name": "igniter",