Compare commits
No commits in common. "4d6a2fdd4dc9b4f267060a261346dc3428265735" and "ed1efbddeb1625847f1a30ae6e5cca2cd0305fb9" have entirely different histories.
4d6a2fdd4d
...
ed1efbddeb
|
|
@ -3,4 +3,4 @@
|
|||
**/obj
|
||||
*.DotSettings.user
|
||||
**/.idea/
|
||||
**/.env
|
||||
|
||||
|
|
|
|||
|
|
@ -452,8 +452,6 @@ export interface JSONRecordData {
|
|||
Battery2Soh:number;
|
||||
PvPower:number;
|
||||
ConsumptionPower:number;
|
||||
WorkingMode?:string;
|
||||
OperatingMode?:string;
|
||||
};
|
||||
|
||||
AcDcGrowatt: {
|
||||
|
|
|
|||
|
|
@ -339,11 +339,7 @@ function SodioHomeInstallation(props: singleInstallationProps) {
|
|||
fontSize: '14px'
|
||||
}}
|
||||
>
|
||||
{props.current_installation.device === 4
|
||||
? values.InverterRecord?.WorkingMode
|
||||
: props.current_installation.device === 3
|
||||
? values.InverterRecord?.OperatingMode
|
||||
: values.Config.OperatingPriority}
|
||||
{values.Config.OperatingPriority}
|
||||
</Typography>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue