Skip to content

Commit

Permalink
Merge pull request #36 from jwillemsen/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
CJNE authored Jun 3, 2024
2 parents 3711d67 + eb6414a commit 73bdebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ async def get_data() -> None:
print(f" Grid : {zappi.power_grid}W")
print(f" Generated : {zappi.power_generated}W")
print()
print(f" Boost start at {zappi.boost_start_hour}:{zappi.boost_start_minute} add {zappi.boost_amount}kWh")
# print(f" Boost start at {zappi.boost_start_hour}:{zappi.boost_start_minute} add {zappi.boost_amount}kWh")
print(f"Smart Boost start at {zappi.smart_boost_start_hour}:{zappi.smart_boost_start_minute} add {zappi.smart_boost_amount}kWh")

loop = asyncio.get_event_loop()
Expand Down

0 comments on commit 73bdebe

Please sign in to comment.