nymea/libnymea/interfaces/humiditysensor.json

13 lines
216 B
JSON

{
"extends": "sensor",
"states": [
{
"name": "humidity",
"type": "double",
"minValue": 0,
"maxValue": 100,
"logged": true
}
]
}