forked from platypush/platypush
Merge branch 'master' into 29-generic-entities-support
This commit is contained in:
commit
b7f266cd92
9 changed files with 413 additions and 0 deletions
docs/source
|
@ -31,6 +31,7 @@ Events
|
|||
platypush/events/gotify.rst
|
||||
platypush/events/gpio.rst
|
||||
platypush/events/gps.rst
|
||||
platypush/events/hid.rst
|
||||
platypush/events/http.rst
|
||||
platypush/events/http.hook.rst
|
||||
platypush/events/http.rss.rst
|
||||
|
|
5
docs/source/platypush/events/hid.rst
Normal file
5
docs/source/platypush/events/hid.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``hid``
|
||||
=======
|
||||
|
||||
.. automodule:: platypush.message.event.hid
|
||||
:members:
|
5
docs/source/platypush/plugins/hid.rst
Normal file
5
docs/source/platypush/plugins/hid.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``hid``
|
||||
=======
|
||||
|
||||
.. automodule:: platypush.plugins.hid
|
||||
:members:
|
|
@ -58,6 +58,7 @@ Plugins
|
|||
platypush/plugins/gpio.sensor.motion.pmw3901.rst
|
||||
platypush/plugins/gpio.zeroborg.rst
|
||||
platypush/plugins/graphite.rst
|
||||
platypush/plugins/hid.rst
|
||||
platypush/plugins/http.request.rst
|
||||
platypush/plugins/http.request.rss.rst
|
||||
platypush/plugins/http.webpage.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue