forked from platypush/platypush
Added docs for LTR559 sensor plugin and backend
This commit is contained in:
parent
19dc96ff1c
commit
68500725bd
4 changed files with 14 additions and 0 deletions
|
@ -35,6 +35,7 @@ Backends
|
||||||
platypush/backend/sensor.envirophat.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.ltr559.rst
|
||||||
platypush/backend/sensor.mcp3008.rst
|
platypush/backend/sensor.mcp3008.rst
|
||||||
platypush/backend/sensor.rst
|
platypush/backend/sensor.rst
|
||||||
platypush/backend/sensor.serial.rst
|
platypush/backend/sensor.serial.rst
|
||||||
|
|
6
docs/source/platypush/backend/sensor.ltr559.rst
Normal file
6
docs/source/platypush/backend/sensor.ltr559.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.backend.sensor.ltr559``
|
||||||
|
===================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.backend.sensor.ltr559
|
||||||
|
:members:
|
||||||
|
|
6
docs/source/platypush/plugins/gpio.sensor.ltr559.rst
Normal file
6
docs/source/platypush/plugins/gpio.sensor.ltr559.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.plugins.gpio.sensor.ltr559``
|
||||||
|
========================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.plugins.gpio.sensor.ltr559
|
||||||
|
:members:
|
||||||
|
|
|
@ -28,6 +28,7 @@ Plugins
|
||||||
platypush/plugins/gpio.sensor.bme280.rst
|
platypush/plugins/gpio.sensor.bme280.rst
|
||||||
platypush/plugins/gpio.sensor.distance.rst
|
platypush/plugins/gpio.sensor.distance.rst
|
||||||
platypush/plugins/gpio.sensor.envirophat.rst
|
platypush/plugins/gpio.sensor.envirophat.rst
|
||||||
|
platypush/plugins/gpio.sensor.ltr559.rst
|
||||||
platypush/plugins/gpio.sensor.mcp3008.rst
|
platypush/plugins/gpio.sensor.mcp3008.rst
|
||||||
platypush/plugins/gpio.sensor.rst
|
platypush/plugins/gpio.sensor.rst
|
||||||
platypush/plugins/gpio.zeroborg.rst
|
platypush/plugins/gpio.zeroborg.rst
|
||||||
|
|
Loading…
Reference in a new issue