Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
liudger committed Aug 9, 2024
1 parent 5c2650c commit 81403e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ async def print_static_state(static_state: StaticState) -> None:
"""Print static state information."""
print(f"Min Temperature: {static_state.min_temp.value}")
print(f"Max Temperature: {static_state.max_temp.value}")



async def main() -> None:
"""Show example on controlling your BSBLan device.
Expand Down

0 comments on commit 81403e1

Please sign in to comment.