forked from platypush/platypush
Added Wiimote support docs; Added Wiimote connection/disconnection events
This commit is contained in:
parent
383a075f39
commit
66b6f0bc8b
7 changed files with 38 additions and 13 deletions
docs/source
|
@ -30,3 +30,4 @@ Backends
|
|||
platypush/backend/tcp.rst
|
||||
platypush/backend/weather.forecast.rst
|
||||
platypush/backend/websocket.rst
|
||||
platypush/backend/wiimote.rst
|
||||
|
|
|
@ -202,6 +202,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
|
|||
'inotify',
|
||||
'omxplayer',
|
||||
'plexapi',
|
||||
'cwiid',
|
||||
]
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
|
6
docs/source/platypush/backend/wiimote.rst
Normal file
6
docs/source/platypush/backend/wiimote.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.backend.wiimote``
|
||||
=============================
|
||||
|
||||
.. automodule:: platypush.backend.wiimote
|
||||
:members:
|
||||
|
6
docs/source/platypush/plugins/wiimote.rst
Normal file
6
docs/source/platypush/plugins/wiimote.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
``platypush.plugins.wiimote``
|
||||
=============================
|
||||
|
||||
.. automodule:: platypush.plugins.wiimote
|
||||
:members:
|
||||
|
|
@ -50,3 +50,4 @@ Plugins
|
|||
platypush/plugins/video.omxplayer.rst
|
||||
platypush/plugins/weather.forecast.rst
|
||||
platypush/plugins/websocket.rst
|
||||
platypush/plugins/wiimote.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue