Fixed `joystick` manifest.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2023-11-16 22:01:07 +01:00
parent e2c72ea24b
commit 39b4483401
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
manifest:
events:
platypush.message.event.joystick.JoystickEvent: when a new joystick event is received
- platypush.message.event.joystick.JoystickConnectedEvent
- platypush.message.event.joystick.JoystickDisconnectedEvent
- platypush.message.event.joystick.JoystickStateEvent
install: {}
package: platypush.backend.joystick
type: backend
package: platypush.plugins.joystick
type: plugin