Skip to content

Commit

Permalink
Refactored and introduced a new HeosPlayer class, also support for mo…
Browse files Browse the repository at this point in the history
…re Heos features

Signed-off-by: Jarle Hjortland <[email protected]>
  • Loading branch information
jarlebh committed Dec 21, 2018
1 parent 59b0d23 commit 484c3a7
Show file tree
Hide file tree
Showing 7 changed files with 990 additions and 498 deletions.
6 changes: 4 additions & 2 deletions aioheos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from .version import __version__
from .aioheos import AioHeos, AioHeosException
from .aioheoscontroller import AioHeosController, AioHeosException, SOURCE_LIST
from .aioheosupnp import AioHeosUpnp
from .aioheosplayer import AioHeosPlayer
from .aioheosgroup import AioHeosGroup
# __all__ = ['AioHeosController','AioHeosPlayer','AioHeosUpnp']

# __all__ = ['AioHeos', 'AioHeosUpnp']
Loading

0 comments on commit 484c3a7

Please sign in to comment.