The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/bindings: Add heartrate to bindings schema

+3 -2
+3 -2
src/xrt/auxiliary/bindings/bindings.schema.json
··· 20 20 "pose", 21 21 "trackpad", 22 22 "trigger", 23 - "vibration" 23 + "vibration", 24 + "heartrate" 24 25 ] 25 26 }, 26 27 "componentNames": { ··· 201 202 "type": "object", 202 203 "title": "Paths provided by this profile", 203 204 "propertyNames": { 204 - "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)?)$" 205 + "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]+)$" 205 206 }, 206 207 "additionalProperties": { 207 208 "$ref": "#/definitions/subpathData"