Skip to content

Instantly share code, notes, and snippets.

@kakopappa
Last active November 3, 2023 02:15
Show Gist options
  • Save kakopappa/4c4b48081f5602f166e18f96dfa1b6bd to your computer and use it in GitHub Desktop.
Save kakopappa/4c4b48081f5602f166e18f96dfa1b6bd to your computer and use it in GitHub Desktop.
{
"name": "Air Quality Sensor",
"description": "Air Quality Sensor",
"deviceTypeId": "5ff0b112994fd31b7d5e8065",
"capabilities": [
{
"id": "5ff0b41b994fd31b7d5e8961",
"mode": {
"instanceId": "modeInstance1",
"locale": "en-US",
"modeName": "Air Quality",
"nonControllable": true,
"modeValues": [
"SEVERE",
"VERY POOR",
"POOR",
"MODERATE",
"GOOD"
]
}
},
{
"id": "5ff0b45f994fd31b7d5e89c2",
"range": {
"instanceId": "rangeInstance1",
"locale": "en-US",
"rangeName": "ppm",
"minimumValue": 1,
"maximumValue": 1024,
"precision": 1,
"unitOfMeasure": "600e7986a7a09c3f3230f8fb",
"presets": [],
"nonControllable": true
}
},
{
"id": "62a707bd9e2f39090569e2d3"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment