forked from platypush/platypush
Added docs for envirophat and gps integrations
This commit is contained in:
parent
39b0c3b741
commit
b9113bb57b
5 changed files with 21 additions and 0 deletions
|
@ -16,6 +16,7 @@ Backends
|
||||||
platypush/backend/http.rst
|
platypush/backend/http.rst
|
||||||
platypush/backend/http.poll.rst
|
platypush/backend/http.poll.rst
|
||||||
platypush/backend/http.request.rss.rst
|
platypush/backend/http.request.rss.rst
|
||||||
|
platypush/backend/gps.rst
|
||||||
platypush/backend/inotify.rst
|
platypush/backend/inotify.rst
|
||||||
platypush/backend/joystick.rst
|
platypush/backend/joystick.rst
|
||||||
platypush/backend/kafka.rst
|
platypush/backend/kafka.rst
|
||||||
|
@ -30,6 +31,7 @@ Backends
|
||||||
platypush/backend/redis.rst
|
platypush/backend/redis.rst
|
||||||
platypush/backend/scard.rst
|
platypush/backend/scard.rst
|
||||||
platypush/backend/sensor.accelerometer.rst
|
platypush/backend/sensor.accelerometer.rst
|
||||||
|
platypush/backend/sensor.envirophat.rst
|
||||||
platypush/backend/sensor.ir.zeroborg.rst
|
platypush/backend/sensor.ir.zeroborg.rst
|
||||||
platypush/backend/sensor.leap.rst
|
platypush/backend/sensor.leap.rst
|
||||||
platypush/backend/sensor.mcp3008.rst
|
platypush/backend/sensor.mcp3008.rst
|
||||||
|
|
6
docs/source/platypush/backend/gps.rst
Normal file
6
docs/source/platypush/backend/gps.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.backend.gps``
|
||||||
|
=========================
|
||||||
|
|
||||||
|
.. automodule:: platypush.backend.gps
|
||||||
|
:members:
|
||||||
|
|
6
docs/source/platypush/backend/sensor.envirophat.rst
Normal file
6
docs/source/platypush/backend/sensor.envirophat.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.backend.sensor.envirophat``
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.backend.sensor.envirophat
|
||||||
|
:members:
|
||||||
|
|
6
docs/source/platypush/plugins/gpio.sensor.envirophat.rst
Normal file
6
docs/source/platypush/plugins/gpio.sensor.envirophat.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.plugins.gpio.sensor.envirophat``
|
||||||
|
============================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.plugins.gpio.sensor.envirophat
|
||||||
|
:members:
|
||||||
|
|
|
@ -25,6 +25,7 @@ Plugins
|
||||||
platypush/plugins/google.youtube.rst
|
platypush/plugins/google.youtube.rst
|
||||||
platypush/plugins/gpio.rst
|
platypush/plugins/gpio.rst
|
||||||
platypush/plugins/gpio.sensor.accelerometer.rst
|
platypush/plugins/gpio.sensor.accelerometer.rst
|
||||||
|
platypush/plugins/gpio.sensor.envirophat.rst
|
||||||
platypush/plugins/gpio.sensor.distance.rst
|
platypush/plugins/gpio.sensor.distance.rst
|
||||||
platypush/plugins/gpio.sensor.mcp3008.rst
|
platypush/plugins/gpio.sensor.mcp3008.rst
|
||||||
platypush/plugins/gpio.sensor.rst
|
platypush/plugins/gpio.sensor.rst
|
||||||
|
|
Loading…
Reference in a new issue