forked from platypush/platypush
12 lines
495 B
YAML
12 lines
495 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: []
|
|
package: platypush.backend.sensor.serial
|
|
type: backend
|