greyed out unused sinexcel operating mode in frontend
This commit is contained in:
parent
dd953256dd
commit
5102678d35
|
|
@ -52,11 +52,11 @@ function SodistoreHomeConfiguration(props: SodistoreHomeConfigurationProps) {
|
|||
? [
|
||||
'SpontaneousSelfUse',
|
||||
'TimeChargeDischarge',
|
||||
'TimeOfUsePowerPrice',
|
||||
'DisasterStandby',
|
||||
'ManualControl',
|
||||
// 'TimeOfUsePowerPrice',
|
||||
// 'DisasterStandby',
|
||||
// 'ManualControl',
|
||||
'PvPriorityCharging',
|
||||
'PrioritySellElectricity'
|
||||
// 'PrioritySellElectricity'
|
||||
]
|
||||
: [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue