Created
November 9, 2020 22:22
-
-
Save sn0wcat/cbd7e630423ded2e5e7347d936f51a80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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