Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Sep 6, 2021
1 parent 392e2c9 commit 6f483cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vehicle/vw/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ func (v *Provider) StopCharge() error {
return v.action(ActionCharge, ActionChargeStop)
}

var _ api.Diagnosis = (*Provider)(nil)
// var _ api.Diagnosis = (*Provider)(nil)

// Diagnosis implements the api.Diagnosis interface
func (v *Provider) Diagnose() {
// Diagnose implements the api.Diagnosis interface
func (v *Provider) Diagnose2() {
rr, err := v.rr()
if err != nil {
return
Expand Down

0 comments on commit 6f483cb

Please sign in to comment.