From 612554bc05812f02cd5c2a41a2587c7bc54de041 Mon Sep 17 00:00:00 2001 From: Yinyin Liu Date: Mon, 20 Oct 2025 11:30:26 +0200 Subject: [PATCH] added battery count return for sodistorehome on frontend --- .../SodiohomeInstallations/SodistoreHomeConfiguration.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfiguration.tsx b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfiguration.tsx index d4581cf77..9f87dec58 100644 --- a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfiguration.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfiguration.tsx @@ -87,7 +87,8 @@ function SodistoreHomeConfiguration(props: SodistoreHomeConfigurationProps) { minimumSoC: formValues.minimumSoC, maximumDischargingCurrent: formValues.maximumDischargingCurrent, maximumChargingCurrent: formValues.maximumChargingCurrent, - operatingPriority: formValues.operatingPriority + operatingPriority: formValues.operatingPriority, + batteriesCount:formValues.batteriesCount }; setLoading(true);