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.
2021-11-11 11:05:24 +01:00

34 lines
897 B
JSON

{
"description": "The base for all heat pump interfaces. Can be used by the client to filter for heat pumps in the system.",
"states": [
{
"name": "outdoorTemperature",
"type": "double",
"unit": "DegreeCelsius",
"logged": true,
"optional": true
},
{
"name": "hotWaterTemperature",
"type": "double",
"unit": "DegreeCelsius",
"logged": true,
"optional": true
},
{
"name": "returnTemperature",
"type": "double",
"unit": "DegreeCelsius",
"logged": true,
"optional": true
},
{
"name": "flowTemperature",
"type": "double",
"unit": "DegreeCelsius",
"logged": true,
"optional": true
}
]
}