forked from platypush/platypush
Added missing docs for gpio events
This commit is contained in:
parent
2e33d3b3c5
commit
385914c04a
2 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@ Events
|
||||||
platypush/events/google.fit.rst
|
platypush/events/google.fit.rst
|
||||||
platypush/events/google.pubsub.rst
|
platypush/events/google.pubsub.rst
|
||||||
platypush/events/gotify.rst
|
platypush/events/gotify.rst
|
||||||
|
platypush/events/gpio.rst
|
||||||
platypush/events/gps.rst
|
platypush/events/gps.rst
|
||||||
platypush/events/http.rst
|
platypush/events/http.rst
|
||||||
platypush/events/http.hook.rst
|
platypush/events/http.hook.rst
|
||||||
|
|
5
docs/source/platypush/events/gpio.rst
Normal file
5
docs/source/platypush/events/gpio.rst
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
``gpio``
|
||||||
|
========
|
||||||
|
|
||||||
|
.. automodule:: platypush.message.event.gpio
|
||||||
|
:members:
|
Loading…
Reference in a new issue