Skip to content

Commit

Permalink
Merge pull request #13 from mban88/patch-2
Browse files Browse the repository at this point in the history
added percentage Value of Battery load
  • Loading branch information
longzheng committed Jun 24, 2023
2 parents 9668a06 + 67f35e1 commit 5122627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fronius-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export interface Inverter {
E_Total: number;
E_Year: number;
P: number;
SOC?: number; // percentage load of Battery/Akku
}
export interface Site {
E_Day: number;
Expand Down

0 comments on commit 5122627

Please sign in to comment.