From 5102678d35ea7981c4f7e2ca9d0d1446ea51b5de Mon Sep 17 00:00:00 2001 From: Yinyin Liu Date: Thu, 11 Dec 2025 10:58:48 +0100 Subject: [PATCH] greyed out unused sinexcel operating mode in frontend --- .../SodiohomeInstallations/SodistoreHomeConfiguration.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfiguration.tsx b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfiguration.tsx index 984f430b6..183a1e8d9 100644 --- a/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfiguration.tsx +++ b/typescript/frontend-marios2/src/content/dashboards/SodiohomeInstallations/SodistoreHomeConfiguration.tsx @@ -52,11 +52,11 @@ function SodistoreHomeConfiguration(props: SodistoreHomeConfigurationProps) { ? [ 'SpontaneousSelfUse', 'TimeChargeDischarge', - 'TimeOfUsePowerPrice', - 'DisasterStandby', - 'ManualControl', + // 'TimeOfUsePowerPrice', + // 'DisasterStandby', + // 'ManualControl', 'PvPriorityCharging', - 'PrioritySellElectricity' + // 'PrioritySellElectricity' ] : [];