platypush/platypush/plugins/serial/manifest.yaml
Fabio Manganiello 1efaff878e
Rewritten serial plugin.
`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.
2023-03-31 14:31:45 +02:00

9 lines
168 B
YAML

manifest:
events:
- platypush.message.event.sensor.SensorDataChangeEvent:
install:
pip:
- pyserial
package: platypush.plugins.serial
type: plugin