platypush/platypush/backend/sensor/mcp3008/manifest.yaml

14 lines
516 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:
- adafruit-mcp3008
package: platypush.backend.sensor.mcp3008
type: backend