mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 13:28:16 +00:00
a/bindings: Add curl, slide, proximity to schema
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2194>
This commit is contained in:
parent
9eaa4d4921
commit
cfd3a709ae
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue