diff --git a/platypush/plugins/joystick/manifest.yaml b/platypush/plugins/joystick/manifest.yaml index a5ce406c..94d31e5f 100644 --- a/platypush/plugins/joystick/manifest.yaml +++ b/platypush/plugins/joystick/manifest.yaml @@ -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