Skip to content

Commit

Permalink
Update InverterConfig.ts
Browse files Browse the repository at this point in the history
Moved interface definition
  • Loading branch information
OFreddy committed Jan 22, 2024
1 parent a5d238b commit fdb1169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/types/InverterConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export interface Inverter {
zero_runtime: boolean;
zero_day: boolean;
yieldday_correction: boolean;
total: boolean;
channel: Array<InverterChannel>;
}

0 comments on commit fdb1169

Please sign in to comment.