Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Commented out line in example code because boost_start_hour/boost_start_minute are commented out in zappi.py
  • Loading branch information
jwillemsen authored Apr 25, 2024
1 parent 9edfa62 commit 8870b3f
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 @@ -142,7 +142,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 8870b3f

Please sign in to comment.