Skip to content

Commit

Permalink
chore: update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Sep 3, 2022
1 parent 382eb67 commit 3897de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/const.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package core

const (
phasesConfigured = "phasesConfigured" // configured phases (1/3, 0 for 1p3p chargers)
phasesConfigured = "phasesConfigured" // configured phases (1/3, 0 for auto on 1p3p chargers, nil for plain chargers)
phasesEnabled = "phasesEnabled" // enabled phases (1/3)
phasesActive = "phasesActive" // active phases as used by vehicle (1/2/3)

Expand Down

0 comments on commit 3897de9

Please sign in to comment.