Skip to content

Commit

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

0 comments on commit bca62ef

Please sign in to comment.