forked from platypush/platypush
Added small docstring portion
This commit is contained in:
parent
beff88986a
commit
92578a17c9
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ class SensorDhtPlugin(SensorPlugin):
|
|||
|
||||
* ``Adafruit_Python_DHT`` (``pip install git+https://github.com/adafruit/Adafruit_Python_DHT.git``)
|
||||
|
||||
Triggers:
|
||||
|
||||
* :class:`platypush.message.event.sensor.SensorDataAboveThresholdEvent`
|
||||
* :class:`platypush.message.event.sensor.SensorDataBelowThresholdEvent`
|
||||
* :class:`platypush.message.event.sensor.SensorDataChangeEvent`
|
||||
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
|
|
Loading…
Reference in a new issue