mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-18 11:40:06 +00:00
a/bindings: Add heartrate to bindings schema
This commit is contained in:
parent
c622709411
commit
46e57b9d38
|
@ -20,7 +20,8 @@
|
||||||
"pose",
|
"pose",
|
||||||
"trackpad",
|
"trackpad",
|
||||||
"trigger",
|
"trigger",
|
||||||
"vibration"
|
"vibration",
|
||||||
|
"heartrate"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"componentNames": {
|
"componentNames": {
|
||||||
|
@ -201,7 +202,7 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Paths provided by this profile",
|
"title": "Paths provided by this profile",
|
||||||
"propertyNames": {
|
"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": {
|
"additionalProperties": {
|
||||||
"$ref": "#/definitions/subpathData"
|
"$ref": "#/definitions/subpathData"
|
||||||
|
|
Loading…
Reference in a new issue