This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/libnymea/interfaces/waterlevelsensor.json
2021-10-12 23:06:44 +02:00

13 lines
257 B
JSON

{
"description": "Sensors that can measure water fill levels.",
"extends": "sensor",
"states": [
{
"name": "waterLevel",
"type": "double",
"unit": "Liter",
"logged": true
}
]
}