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/simpleheatpump.json
2021-10-12 10:11:29 +02:00

13 lines
478 B
JSON

{
"description": "This interface can be used for heat pumps offering one digital input for controlling whenever it is good to consume more energy than normal. This interface is intended to be used by an energy manager to enable boost whenever cheap or self produced energy is available.",
"extends": "heatpump",
"states": [
{
"name": "boost",
"type": "bool",
"writable": true,
"logged": true
}
]
}