Added Wiimote support docs; Added Wiimote connection/disconnection events

This commit is contained in:
Fabio Manganiello 2018-12-01 18:55:13 +01:00
parent 383a075f39
commit 66b6f0bc8b
7 changed files with 38 additions and 13 deletions

View file

@ -30,3 +30,4 @@ Backends
platypush/backend/tcp.rst
platypush/backend/weather.forecast.rst
platypush/backend/websocket.rst
platypush/backend/wiimote.rst

View file

@ -202,6 +202,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'inotify',
'omxplayer',
'plexapi',
'cwiid',
]
sys.path.insert(0, os.path.abspath('../..'))

View file

@ -0,0 +1,6 @@
``platypush.backend.wiimote``
=============================
.. automodule:: platypush.backend.wiimote
:members:

View file

@ -0,0 +1,6 @@
``platypush.plugins.wiimote``
=============================
.. automodule:: platypush.plugins.wiimote
:members:

View file

@ -50,3 +50,4 @@ Plugins
platypush/plugins/video.omxplayer.rst
platypush/plugins/weather.forecast.rst
platypush/plugins/websocket.rst
platypush/plugins/wiimote.rst