Skip to content

Commit

Permalink
Combine mixins with command creation (#82)
Browse files Browse the repository at this point in the history
* Move SystemMixin

* Move group commands

* Move browse commands

* Move player mixin
  • Loading branch information
andrewsayre authored Jan 11, 2025
1 parent 1d49cc0 commit d01b1d1
Show file tree
Hide file tree
Showing 10 changed files with 1,069 additions and 1,565 deletions.
4 changes: 3 additions & 1 deletion pyheos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
HeosError,
)
from .group import HeosGroup
from .heos import Heos, HeosOptions, PlayerUpdateResult
from .heos import Heos
from .media import (
AlbumMetadata,
BrowseResult,
Expand All @@ -33,12 +33,14 @@
RetreiveMetadataResult,
ServiceOption,
)
from .options import HeosOptions
from .player import (
CONTROLS_ALL,
CONTROLS_FORWARD_ONLY,
CONTROLS_PLAY_STOP,
HeosNowPlayingMedia,
HeosPlayer,
PlayerUpdateResult,
PlayMode,
)
from .search import MultiSearchResult, SearchCriteria, SearchResult, SearchStatistic
Expand Down
Loading

0 comments on commit d01b1d1

Please sign in to comment.