platypush/platypush/plugins/gpio/manifest.yaml

10 lines
201 B
YAML

manifest:
events:
- platypush.message.event.gpio.GPIOEvent:
When the value of a monitored PIN changes.
install:
pip:
- RPi.GPIO
package: platypush.plugins.gpio
type: plugin