Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Sep 3, 2022
1 parent cca85b0 commit 90b5cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charger/em2go.go
Expand Up @@ -48,8 +48,8 @@ const (
var em2GoRegCurrents = []uint16{6, 8, 10}

func init() {
registry.Add("Em2Go", NewEm2GoFromConfig)
registry.Add("menneckes-Em2Go", NewEm2GoFromConfig)
registry.Add("em2go", NewEm2GoFromConfig)
registry.Add("menneckes-em2go", NewEm2GoFromConfig)
}

// NewEm2GoFromConfig creates a Mennekes Em2Go charger from generic config
Expand Down

0 comments on commit 90b5cfc

Please sign in to comment.