forked from platypush/platypush
Added docs for Snapcast backend
This commit is contained in:
parent
efad5a2bd7
commit
e1b8fc1fe3
4 changed files with 14 additions and 0 deletions
|
@ -18,6 +18,7 @@ Backends
|
||||||
platypush/backend/midi.rst
|
platypush/backend/midi.rst
|
||||||
platypush/backend/mqtt.rst
|
platypush/backend/mqtt.rst
|
||||||
platypush/backend/music.mpd.rst
|
platypush/backend/music.mpd.rst
|
||||||
|
platypush/backend/music.snapcast.rst
|
||||||
platypush/backend/pushbullet.rst
|
platypush/backend/pushbullet.rst
|
||||||
platypush/backend/redis.rst
|
platypush/backend/redis.rst
|
||||||
platypush/backend/scard.rst
|
platypush/backend/scard.rst
|
||||||
|
|
|
@ -15,6 +15,7 @@ Events
|
||||||
platypush/events/kafka.rst
|
platypush/events/kafka.rst
|
||||||
platypush/events/midi.rst
|
platypush/events/midi.rst
|
||||||
platypush/events/music.rst
|
platypush/events/music.rst
|
||||||
|
platypush/events/music.snapcast.rst
|
||||||
platypush/events/path.rst
|
platypush/events/path.rst
|
||||||
platypush/events/ping.rst
|
platypush/events/ping.rst
|
||||||
platypush/events/pushbullet.rst
|
platypush/events/pushbullet.rst
|
||||||
|
|
6
docs/source/platypush/backend/music.snapcast.rst
Normal file
6
docs/source/platypush/backend/music.snapcast.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.backend.music.snapcast``
|
||||||
|
====================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.backend.music.snapcast
|
||||||
|
:members:
|
||||||
|
|
6
docs/source/platypush/events/music.snapcast.rst
Normal file
6
docs/source/platypush/events/music.snapcast.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.message.event.music.snapcast``
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.message.event.music.snapcast
|
||||||
|
:members:
|
||||||
|
|
Loading…
Reference in a new issue