a/bindings: Add curl, slide, proximity to schema

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194>
This commit is contained in:
Christoph Haag 2024-03-13 18:42:01 +01:00 committed by Marge Bot
parent 9eaa4d4921
commit cfd3a709ae

View file

@ -35,7 +35,16 @@
"haptic",
"force",
"pose",
"ready_ext"
"ready_ext",
"curl",
"curl_fb",
"curl_meta",
"slide",
"slide_fb",
"slide_meta",
"proximity",
"proximity_fb",
"proximity_meta"
]
},
"subActionPathName": {
@ -99,6 +108,33 @@
},
"ready_ext": {
"$ref": "#/definitions/monadoBindingDefine"
},
"curl": {
"$ref": "#/definitions/monadoBindingDefine"
},
"curl_fb": {
"$ref": "#/definitions/monadoBindingDefine"
},
"curl_meta": {
"$ref": "#/definitions/monadoBindingDefine"
},
"slide": {
"$ref": "#/definitions/monadoBindingDefine"
},
"slide_fb": {
"$ref": "#/definitions/monadoBindingDefine"
},
"slide_meta": {
"$ref": "#/definitions/monadoBindingDefine"
},
"proximity": {
"$ref": "#/definitions/monadoBindingDefine"
},
"proximity_fb": {
"$ref": "#/definitions/monadoBindingDefine"
},
"proximity_meta": {
"$ref": "#/definitions/monadoBindingDefine"
}
}
},