From 50fb5970b6357f179a8e546df35d9d2fdd69a748 Mon Sep 17 00:00:00 2001 From: DanielR92 Date: Wed, 29 May 2024 23:20:49 +0200 Subject: [PATCH] fix pm_pass --- src/web/RestApi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/RestApi.h b/src/web/RestApi.h index 0ffeb9b9..3dd96d94 100644 --- a/src/web/RestApi.h +++ b/src/web/RestApi.h @@ -843,7 +843,7 @@ class RestApi { objGroup[F("pm_src")] = String(mConfig->plugin.zeroExport.groups[group].pm_src); objGroup[F("pm_jsonPath")] = String(mConfig->plugin.zeroExport.groups[group].pm_jsonPath); objGroup[F("pm_user")] = String(mConfig->plugin.zeroExport.groups[group].pm_user); - objGroup[F("pm_pass")] = String(mConfig->plugin.zeroExport.groups[group].pm_pass); + //objGroup[F("pm_pass")] = String(mConfig->plugin.zeroExport.groups[group].pm_pass); // for security reason objGroup[F("pm_target")] = (uint8_t)mConfig->plugin.zeroExport.groups[group].pm_target; // Inverters objGroup[F("max_inverters")] = ZEROEXPORT_GROUP_MAX_INVERTERS;