From b03d4d155aa571b200f5f58cd9bba916e71775e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 16 Nov 2021 16:48:55 +0100 Subject: [PATCH] Fix json typo in simple heat pump interface --- libnymea/interfaces/simpleheatpump.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnymea/interfaces/simpleheatpump.json b/libnymea/interfaces/simpleheatpump.json index acbd2cdf..db80e450 100644 --- a/libnymea/interfaces/simpleheatpump.json +++ b/libnymea/interfaces/simpleheatpump.json @@ -1,4 +1,4 @@ { "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"], + "extends": ["heatpump", "power"] }