forked from platypush/platypush
- Updated docs.
- Implemented synchronous behaviour (without background process and stdout/stderr log files) for `platyvenv start`.
This commit is contained in:
parent
2b5698bdfe
commit
fa11b13638
8 changed files with 39 additions and 18 deletions
docs/source
|
|
@ -62,7 +62,7 @@ Backends
|
|||
platypush/backend/sensor.leap.rst
|
||||
platypush/backend/sensor.ltr559.rst
|
||||
platypush/backend/sensor.mcp3008.rst
|
||||
platypush/backend/sensor.motion.pwm3901.rst
|
||||
platypush/backend/sensor.motion.pmw3901.rst
|
||||
platypush/backend/sensor.serial.rst
|
||||
platypush/backend/stt.deepspeech.rst
|
||||
platypush/backend/stt.picovoice.hotword.rst
|
||||
|
|
|
|||
5
docs/source/platypush/backend/sensor.motion.pmw3901.rst
Normal file
5
docs/source/platypush/backend/sensor.motion.pmw3901.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``sensor.motion.pmw3901``
|
||||
=========================
|
||||
|
||||
.. automodule:: platypush.backend.sensor.motion.pmw3901
|
||||
:members:
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
``sensor.motion.pwm3901``
|
||||
===========================================
|
||||
|
||||
.. automodule:: platypush.backend.sensor.motion.pwm3901
|
||||
:members:
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
``gpio.sensor.motion.pmw3901``
|
||||
==============================
|
||||
|
||||
.. automodule:: platypush.plugins.gpio.sensor.motion.pmw3901
|
||||
:members:
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
``gpio.sensor.motion.pwm3901``
|
||||
================================================
|
||||
|
||||
.. automodule:: platypush.plugins.gpio.sensor.motion.pwm3901
|
||||
:members:
|
||||
|
||||
|
|
@ -52,10 +52,9 @@ Plugins
|
|||
platypush/plugins/gpio.sensor.envirophat.rst
|
||||
platypush/plugins/gpio.sensor.ltr559.rst
|
||||
platypush/plugins/gpio.sensor.mcp3008.rst
|
||||
platypush/plugins/gpio.sensor.motion.pwm3901.rst
|
||||
platypush/plugins/gpio.sensor.motion.pmw3901.rst
|
||||
platypush/plugins/gpio.zeroborg.rst
|
||||
platypush/plugins/graphite.rst
|
||||
platypush/plugins/homeseer.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