Skip to content

Commit

Permalink
Update calculationService.ts
Browse files Browse the repository at this point in the history
EnergyWhMax for AIO is 2400
  • Loading branch information
Andreas386 authored Aug 20, 2024
1 parent d1a427b commit e51d0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/calculationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const calculateSocAndEnergy = async (
}

if (isAio) {
energyWhMax = 1920;
energyWhMax = 2400;
} else {
for (let i = 0; i < batteries.length; i++) {
if (batteries[i].type == "AB1000") {
Expand Down

0 comments on commit e51d0a4

Please sign in to comment.