Change ws to wss

This commit is contained in:
Skylar Grant 2024-08-15 10:01:27 -04:00
parent 1975be4375
commit 02db7e36e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"mqtt": { "mqtt": {
"address": "ws://192.168.0.3:1883", "address": "wss://192.168.0.3:1883",
"subscriptions": [ "subscriptions": [
{ {
"name": "igniter", "name": "igniter",