forked from platypush/platypush
Fabio Manganiello
1efaff878e
`backend.serial` has been removed and the polling logic merged into the `serial` plugin. The `serial` plugin now supports the new entity engine as well.
8 lines
168 B
YAML
8 lines
168 B
YAML
manifest:
|
|
events:
|
|
- platypush.message.event.sensor.SensorDataChangeEvent:
|
|
install:
|
|
pip:
|
|
- pyserial
|
|
package: platypush.plugins.serial
|
|
type: plugin
|