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 25, 2024
1 parent 6086baa commit f3167a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meter/hoymiles_wifi.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ func NewHoymilesWifiMeterFromConfig(other map[string]interface{}) (api.Meter, er

// CurrentPower implements the api.Meter interface
func (hmWifi *HoymilesWifi) CurrentPower() (float64, error) {
hmWifi.log.TRACE.Printf("Start HoymilesWifi fetch for Host: %s", hmWifi.cc.Host)

var value float64
request := &models.RealDataNewReqDTO{}
// int32 would not be Year 2038 safe
Expand Down

0 comments on commit f3167a3

Please sign in to comment.