manifest: events: platypush.message.event.hid.HidDeviceConnectedEvent: when a device is connected platypush.message.event.hid.HidDeviceDisconnectedEvent: when a previously available device is disconnected platypush.message.event.hid.HidDeviceDataEvent: when a monitored device sends some data install: apk: - python3-hidapi apt: - python3-hid dnf: - python-hidapi pacman: - python-hid pip: - hid package: platypush.plugins.hid type: plugin