Added docs for LTR559 sensor plugin and backend

This commit is contained in:
Fabio Manganiello 2019-08-14 21:27:49 +02:00
parent 19dc96ff1c
commit 68500725bd
4 changed files with 14 additions and 0 deletions

View File

@ -35,6 +35,7 @@ Backends
platypush/backend/sensor.envirophat.rst
platypush/backend/sensor.ir.zeroborg.rst
platypush/backend/sensor.leap.rst
platypush/backend/sensor.ltr559.rst
platypush/backend/sensor.mcp3008.rst
platypush/backend/sensor.rst
platypush/backend/sensor.serial.rst

View File

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

View File

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

View File

@ -28,6 +28,7 @@ Plugins
platypush/plugins/gpio.sensor.bme280.rst
platypush/plugins/gpio.sensor.distance.rst
platypush/plugins/gpio.sensor.envirophat.rst
platypush/plugins/gpio.sensor.ltr559.rst
platypush/plugins/gpio.sensor.mcp3008.rst
platypush/plugins/gpio.sensor.rst
platypush/plugins/gpio.zeroborg.rst