Skip to content

Commit

Permalink
Update meter/hoymiles_wifi.go
Browse files Browse the repository at this point in the history
Co-authored-by: andig <[email protected]>
  • Loading branch information
BLun78 and andig authored Sep 27, 2024
1 parent a8e9dc0 commit ce83732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meter/hoymiles_wifi.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func NewHoymilesWifiMeterFromConfig(other map[string]interface{}) (api.Meter, er
client: client,
log: log,
cc: cc,

Check failure on line 45 in meter/hoymiles_wifi.go

View workflow job for this annotation

GitHub Actions / Build

unknown field cc in struct literal of type HoymilesWifi

Check failure on line 45 in meter/hoymiles_wifi.go

View workflow job for this annotation

GitHub Actions / Lint

unknown field cc in struct literal of type HoymilesWifi

Check failure on line 45 in meter/hoymiles_wifi.go

View workflow job for this annotation

GitHub Actions / Lint

unknown field cc in struct literal of type HoymilesWifi

Check failure on line 45 in meter/hoymiles_wifi.go

View workflow job for this annotation

GitHub Actions / Lint

unknown field cc in struct literal of type HoymilesWifi

Check failure on line 45 in meter/hoymiles_wifi.go

View workflow job for this annotation

GitHub Actions / Test

unknown field cc in struct literal of type HoymilesWifi

Check failure on line 45 in meter/hoymiles_wifi.go

View workflow job for this annotation

GitHub Actions / Integration

unknown field cc in struct literal of type HoymilesWifi
lastValue: 0,
}, nil
}

Expand Down

0 comments on commit ce83732

Please sign in to comment.