nymea/libnymea/interfaces/vocsensor.json

15 lines
317 B
JSON

{
"description": "Sensor for volatile organic compounds (VOC).",
"extends": "sensor",
"states": [
{
"name": "voc",
"type": "uint",
"unit": "PartsPerBillion",
"minValue": 0,
"maxValue": 65353,
"logged": true
}
]
}