Added small docstring portion

This commit is contained in:
Fabio Manganiello 2023-04-02 13:55:00 +02:00
parent beff88986a
commit 92578a17c9
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 6 additions and 0 deletions

View File

@ -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__(