a/bindings: Add heartrate to bindings schema

This commit is contained in:
Christoph Haag 2024-02-29 02:42:18 +01:00
parent c622709411
commit 46e57b9d38

View file

@ -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"