From cd42d6b7dc899334a266cd7f6187d9aaa4299027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 16 Nov 2021 14:41:49 +0100 Subject: [PATCH] Inhert simple heat pump from power interface --- libnymea/interfaces/simpleheatpump.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/libnymea/interfaces/simpleheatpump.json b/libnymea/interfaces/simpleheatpump.json index bea56723..acbd2cdf 100644 --- a/libnymea/interfaces/simpleheatpump.json +++ b/libnymea/interfaces/simpleheatpump.json @@ -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"], }