Skip to content

Commit

Permalink
Add SwitchBot Bot commands (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mckbrmn authored Jan 11, 2025
1 parent 7dee31a commit b5cff28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions switchbot_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ class VacuumCommands(Commands):
POW_LEVEL = "PowLevel"


class BotCommands(Commands):
"""Bot commands."""

PRESS = "press"


T = TypeVar("T", bound=CommonCommands)


Expand Down

0 comments on commit b5cff28

Please sign in to comment.