mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
a/bindings: Add heartrate to bindings schema
This commit is contained in:
parent
c622709411
commit
46e57b9d38
|
@ -20,7 +20,8 @@
|
|||
"pose",
|
||||
"trackpad",
|
||||
"trigger",
|
||||
"vibration"
|
||||
"vibration",
|
||||
"heartrate"
|
||||
]
|
||||
},
|
||||
"componentNames": {
|
||||
|
@ -201,7 +202,7 @@
|
|||
"type": "object",
|
||||
"title": "Paths provided by this profile",
|
||||
"propertyNames": {
|
||||
"pattern": "^(/input/(select|menu|grip|aim|pinch|poke|trackpad|system|squeeze|trigger|volume_up|volume_down|mute_mic|thumbrest|home|start|gaze_ext|ready_ext|([a-z]+)_mndx|[1-4]|thumbstick(_left|_right)?|view|a|b|x|y|dpad_(up|down|left|right)|shoulder(_left|_right)?))|(/output/haptic(_left|_right|_left_trigger|_right_trigger)?)$"
|
||||
"pattern": "^(/input/(select|menu|grip|aim|pinch|poke|trackpad|system|squeeze|trigger|volume_up|volume_down|mute_mic|thumbrest|home|start|gaze_ext|ready_ext|([a-z]+)_mndx|[1-4]|thumbstick(_left|_right)?|view|a|b|x|y|dpad_(up|down|left|right)|shoulder(_left|_right)?))|(/output/haptic(_left|_right|_left_trigger|_right_trigger)?||heartrate_[a-z]+)$"
|
||||
},
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/subpathData"
|
||||
|
|
Loading…
Reference in a new issue