forked from platypush/platypush
9 lines
201 B
YAML
9 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
|