platypush/platypush/plugins/gpio/sensor
Fabio Manganiello 6738ff832a get_data/get_measurement/close should be implemented in a base SensorPlugin
class, not specifically in GpioSensorPlugin
2020-01-08 00:20:00 +01:00
..
accelerometer Added new sensors plugin to webpanel 2019-07-02 14:04:25 +02:00
distance Other typing adjustments for dumb Python 3.5 compatibility 2019-12-23 21:49:16 +01:00
mcp3008 Added new sensors plugin to webpanel 2019-07-02 14:04:25 +02:00
motion Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
__init__.py get_data/get_measurement/close should be implemented in a base SensorPlugin 2020-01-08 00:20:00 +01:00
bme280.py The BME280 sensor also supports altitude 2019-08-14 21:03:27 +02:00
envirophat.py Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
ltr559.py Added LTR559 sensor plugin and backend 2019-08-14 21:27:25 +02:00