forked from platypush/platypush
Removed `backend.sensor.envirophat` and `gpio.sensor.envirophat` plugin. They have now been merged into the new `sensor.envirophat` plugin.
10 lines
309 B
YAML
10 lines
309 B
YAML
manifest:
|
|
events:
|
|
platypush.message.event.sensor.SensorDataAboveThresholdEvent:
|
|
platypush.message.event.sensor.SensorDataBelowThresholdEvent:
|
|
platypush.message.event.sensor.SensorDataChangeEvent:
|
|
install:
|
|
pip:
|
|
- envirophat
|
|
package: platypush.plugins.sensor.envirophat
|
|
type: plugin
|