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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue