Skip to content

Instantly share code, notes, and snippets.

@sn0wcat
Created November 9, 2020 22:22
Show Gist options
  • Save sn0wcat/cbd7e630423ded2e5e7347d936f51a80 to your computer and use it in GitHub Desktop.
Save sn0wcat/cbd7e630423ded2e5e7347d936f51a80 to your computer and use it in GitHub Desktop.
{
"name": "RobotSensorData",
"category": "dynamic",
"scope": "private",
"description": "The root schema comprises the entire JSON document.",
"variables": [
{
"name": "blocked",
"dataType": "BOOLEAN",
"unit": ".",
"searchable": true,
"length": null,
"qualityCode": true
},
{
"name": "vibration",
"dataType": "BOOLEAN",
"unit": ".",
"searchable": true,
"length": null,
"qualityCode": true
},
{
"name": "servo1_temp",
"dataType": "DOUBLE",
"unit": ".",
"searchable": true,
"length": null,
"qualityCode": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment