Skip to content

Commit

Permalink
Merge pull request #1 from MartinKKH/patch-1
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
martinkong0806 authored May 18, 2021
2 parents 2e32631 + a628b66 commit 7aa1149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GivTCP.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ def getPowerData():
if len(power_output)==9: #Only publish if all values are there, otherwise values don't match up...
GivTCP.publish_to_MQTT("Power",power_output)

print('test')
#Main Function...
GivTCP.getPowerData()
GivTCP.getTimeslots()

0 comments on commit 7aa1149

Please sign in to comment.