Skip to content

Commit

Permalink
Add missing param to set_power_mode() (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
andf-viam authored Apr 30, 2024
1 parent 68bb02f commit 913e42b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viam/components/board/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ async def set_power_mode(
Args:
mode (PowerMode): The desired power mode.
duration (Optional[timedelta]): Requested duration to stay in power mode.
"""
...

Expand Down

0 comments on commit 913e42b

Please sign in to comment.