Skip to content

Commit

Permalink
Merge pull request #14 from noahhusby/feat/advanced-transport-controls
Browse files Browse the repository at this point in the history
Add play to transport control model
  • Loading branch information
noahhusby authored Sep 10, 2024
2 parents 1a08b18 + 4a190ce commit a9569c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aiostreammagic/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class TransportControl(StrEnum):
"""Control enum."""

PAUSE = "pause"
PLAY = "play"
PLAY_PAUSE = "play_pause"
TOGGLE_SHUFFLE = "toggle_shuffle"
TOGGLE_REPEAT = "toggle_repeat"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiostreammagic"
version = "2.2.1"
version = "2.2.2"
description = "An async python package for interfacing with Cambridge Audio / Stream Magic compatible streamers."
authors = ["Noah Husby <32528627+noahhusby@users.noreply.github.com>"]
maintainers = ["Noah Husby <32528627+noahhusby@users.noreply.github.com>"]
Expand Down

0 comments on commit a9569c6

Please sign in to comment.