You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "OMA/IPSO Multiple Axis Joystick (Object ID 3345)",
"version": "2022-02-22",
"copyright": "Copyright 2019 Open Mobile Alliance.",
"license": "BSD-3-Clause"
},
"namespace": {
"oma": "https://onedm.org/ecosystem/oma"
},
"defaultNamespace": "oma",
"sdfObject": {
"Multiple_Axis_Joystick": {
"label": "Multiple Axis Joystick",
"description": "This IPSO object can be used to report the position of a shuttle or joystick control. A digital input is provided to report the state of an associated push button.",
"sdfProperty": {
"Digital_Input_State": {
"label": "Digital Input State",
"description": "The current state of a digital input.",
"writable": false,
"type": "boolean"
},
"Digital_Input_Counter": {
"label": "Digital Input Counter",
"description": "The cumulative value of active state detected.",
"writable": false,
"type": "integer"
},
"X_Value": {
"label": "X Value",
"description": "The measured value along the X axis.",
"writable": false,
"type": "number"
},
"Y_Value": {
"label": "Y Value",
"description": "The measured value along the Y axis.",
"writable": false,
"type": "number"
},
"Z_Value": {
"label": "Z Value",
"description": "The measured value along the Z axis.",
"writable": false,
"type": "number"
},
"Application_Type": {
"label": "Application Type",
"description": "The application type of the sensor or actuator as a string depending on the use case.",