Inhert simple heat pump from power interface

pull/468/head
Simon Stürz 2021-11-16 14:41:49 +01:00
parent 17371bdb7c
commit cd42d6b7dc
1 changed files with 2 additions and 10 deletions

View File

@ -1,12 +1,4 @@
{
"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
}
]
"description": "This interface can be used for heat pumps offering one digital input for switching on and off the entire heatpump. Some heat pumps have only this possibility to be controlled. Be aware what you are doing if you switch of a heat pump and for how long.",
"extends": ["heatpump", "power"],
}