From 7edec8198eed17662e168994ca9b893006d0abf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 21 Feb 2019 10:08:35 +0100 Subject: [PATCH] Remove power from heating interface --- libnymea/interfaces/heating.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libnymea/interfaces/heating.json b/libnymea/interfaces/heating.json index 4f1c5764..6a1246bc 100644 --- a/libnymea/interfaces/heating.json +++ b/libnymea/interfaces/heating.json @@ -1,4 +1,3 @@ { - "description": "The heating interface defines basic heating appliances. They can be turned on or off.", - "extends": "power" + "description": "The heating interface defines basic heating appliances." }