forked from platypush/platypush
Fixed joystick
manifest.
This commit is contained in:
parent
e2c72ea24b
commit
39b4483401
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
manifest:
|
manifest:
|
||||||
events:
|
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: {}
|
install: {}
|
||||||
package: platypush.backend.joystick
|
package: platypush.plugins.joystick
|
||||||
type: backend
|
type: plugin
|
||||||
|
|
Loading…
Reference in a new issue