platypush/platypush/backend/wiimote/manifest.yaml

14 lines
296 B
YAML
Raw Normal View History

manifest:
events:
platypush.message.event.wiimote.WiimoteEvent: when the state of the Wiimote (battery,
buttons, acceleration etc.) changes
install:
2023-09-21 23:20:06 +02:00
apt:
- libcwiid1
pacman:
- cwiid-git
pip:
- cwiid
package: platypush.backend.wiimote
type: backend