forked from platypush/platypush
Added missing docs
This commit is contained in:
parent
6bed284e8b
commit
7a7c065754
5 changed files with 17 additions and 3 deletions
docs/source
|
|
@ -51,6 +51,7 @@ Backends
|
|||
platypush/backend/sensor.arduino.rst
|
||||
platypush/backend/sensor.battery.rst
|
||||
platypush/backend/sensor.bme280.rst
|
||||
platypush/backend/sensor.dht.rst
|
||||
platypush/backend/sensor.distance.rst
|
||||
platypush/backend/sensor.distance.vl53l1x.rst
|
||||
platypush/backend/sensor.envirophat.rst
|
||||
|
|
|
|||
5
docs/source/platypush/backend/sensor.dht.rst
Normal file
5
docs/source/platypush/backend/sensor.dht.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.sensor.dht``
|
||||
================================
|
||||
|
||||
.. automodule:: platypush.backend.sensor.dht
|
||||
:members:
|
||||
5
docs/source/platypush/plugins/gpio.sensor.dht.rst
Normal file
5
docs/source/platypush/plugins/gpio.sensor.dht.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.gpio.sensor.dht``
|
||||
=====================================
|
||||
|
||||
.. automodule:: platypush.plugins.gpio.sensor.dht
|
||||
:members:
|
||||
|
|
@ -45,6 +45,7 @@ Plugins
|
|||
platypush/plugins/gpio.sensor.rst
|
||||
platypush/plugins/gpio.sensor.accelerometer.rst
|
||||
platypush/plugins/gpio.sensor.bme280.rst
|
||||
platypush/plugins/gpio.sensor.dht.rst
|
||||
platypush/plugins/gpio.sensor.distance.rst
|
||||
platypush/plugins/gpio.sensor.distance.vl53l1x.rst
|
||||
platypush/plugins/gpio.sensor.envirophat.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue