From 39b4483401913d1e1e5540814ee204f06397ef0a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 16 Nov 2023 22:01:07 +0100 Subject: [PATCH] Fixed `joystick` manifest. --- platypush/plugins/joystick/manifest.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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