From bb795816e1784c89cff530e6a200b2d788136823 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 27 Aug 2025 18:10:03 -0400 Subject: [PATCH] corrected json --- data/igate_conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/igate_conf.json b/data/igate_conf.json index f072635..44dc064 100644 --- a/data/igate_conf.json +++ b/data/igate_conf.json @@ -94,7 +94,8 @@ "mqtt": { "active": false, "server": "", - "login": "", + "topic": "", + "username": "", "password": "", "port": 1883 },