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/temperaturesensor.json
2020-05-01 14:43:23 +02:00

11 lines
172 B
JSON

{
"extends": "sensor",
"states": [
{
"name": "temperature",
"type": "double",
"unit": "DegreeCelsius"
}
]
}