platypush/platypush/backend/sensor/distance/vl53l1x/manifest.yaml

15 lines
529 B
YAML

manifest:
events:
platypush.message.event.sensor.SensorDataAboveThresholdEvent: if the measurements
of a sensor havegone above a configured threshold
platypush.message.event.sensor.SensorDataBelowThresholdEvent: if the measurements
of a sensor havegone below a configured threshold
platypush.message.event.sensor.SensorDataChangeEvent: if the measurements of a
sensor have changed
install:
pip:
- smbus2
- vl53l1x
package: platypush.backend.sensor.distance.vl53l1x
type: backend