Added docs for envirophat and gps integrations

This commit is contained in:
Fabio Manganiello 2019-08-03 02:11:21 +02:00
parent 39b0c3b741
commit b9113bb57b
5 changed files with 21 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Backends
platypush/backend/http.rst
platypush/backend/http.poll.rst
platypush/backend/http.request.rss.rst
platypush/backend/gps.rst
platypush/backend/inotify.rst
platypush/backend/joystick.rst
platypush/backend/kafka.rst
@ -30,6 +31,7 @@ Backends
platypush/backend/redis.rst
platypush/backend/scard.rst
platypush/backend/sensor.accelerometer.rst
platypush/backend/sensor.envirophat.rst
platypush/backend/sensor.ir.zeroborg.rst
platypush/backend/sensor.leap.rst
platypush/backend/sensor.mcp3008.rst

View File

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

View File

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

View File

@ -0,0 +1,6 @@
``platypush.plugins.gpio.sensor.envirophat``
============================================
.. automodule:: platypush.plugins.gpio.sensor.envirophat
:members:

View File

@ -25,6 +25,7 @@ Plugins
platypush/plugins/google.youtube.rst
platypush/plugins/gpio.rst
platypush/plugins/gpio.sensor.accelerometer.rst
platypush/plugins/gpio.sensor.envirophat.rst
platypush/plugins/gpio.sensor.distance.rst
platypush/plugins/gpio.sensor.mcp3008.rst
platypush/plugins/gpio.sensor.rst