Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Deev committed Aug 20, 2023
1 parent db7b4aa commit 264699a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eyeonwater/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async def main():
print(f"meter {meter.meter_uuid} info {meter.meter_info}")

for d in meter.last_historical_data:
print(str(d["start"]), d["sum"])
print(str(d["dt"]), d["reading"])

await websession.close()

Expand Down

0 comments on commit 264699a

Please sign in to comment.