From 92578a17c9cda48f994c6f5bb87f3bc97cfd3cde Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 2 Apr 2023 13:55:00 +0200 Subject: [PATCH] Added small docstring portion --- platypush/plugins/sensor/dht/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platypush/plugins/sensor/dht/__init__.py b/platypush/plugins/sensor/dht/__init__.py index c74c7fa2..041b8ff4 100644 --- a/platypush/plugins/sensor/dht/__init__.py +++ b/platypush/plugins/sensor/dht/__init__.py @@ -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__(