Skip to content

Commit

Permalink
fix: make system state 244 'battery sustain' (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Oct 6, 2023
1 parent 93e7043 commit e19fc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions venusToDeltas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1222,10 +1222,10 @@ const systemStateMap = {
8: 'passthru',
9: 'inverting',
10: 'assisting',
244: 'sustain',
244: 'battery sustain',
252: 'external control',
256: 'discharging',
257: 'sustain', //FIXME: did this change to 244??
257: 'sustain',
258: 'recharge',
259: 'scheduled recharge'
}
Expand Down

0 comments on commit e19fc16

Please sign in to comment.