forked from platypush/platypush
Fabio Manganiello
8f604445a2
Removed `backend.sensor.accelerometer` and `gpio.sensor.accelerometer`. The logic has now been merged in the new `sensor.lis3dh` integration, which is compatible with the new `SensorPlugin` API.
10 lines
308 B
YAML
10 lines
308 B
YAML
manifest:
|
|
events:
|
|
platypush.message.event.sensor.SensorDataAboveThresholdEvent:
|
|
platypush.message.event.sensor.SensorDataBelowThresholdEvent:
|
|
platypush.message.event.sensor.SensorDataChangeEvent:
|
|
install:
|
|
pip:
|
|
- Adafruit-GPIO
|
|
package: platypush.plugins.sensor.lis3dh
|
|
type: plugin
|