Skip to content

Commit

Permalink
Remove erroneous 'g' from end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjbrown committed Feb 3, 2022
1 parent c63ffa1 commit d44fd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/growatt_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def publish_data(datastore, interval):
client.publish("home/solar/AC/energy/today", datastore.getValues(4, inputRegisters["Eac_today"], 1)[0] / 10,
retain=True)
client.publish("home/solar/AC/energy/total", datastore.getValues(4, inputRegisters["Eac_total"], 1)[0] / 10,
retain=True)g
retain=True)

client.disconnect()
client.loop_stop()
Expand Down

0 comments on commit d44fd40

Please sign in to comment.