From b5ba11d03951c1ba5fb2896ad6fa2ba7ea0ba413 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 27 May 2020 10:57:38 +0200 Subject: [PATCH] Add ventilation interface --- libnymea/interfaces/interfaces.qrc | 1 + libnymea/interfaces/ventilation.json | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 libnymea/interfaces/ventilation.json diff --git a/libnymea/interfaces/interfaces.qrc b/libnymea/interfaces/interfaces.qrc index 02da702c..88d3d276 100644 --- a/libnymea/interfaces/interfaces.qrc +++ b/libnymea/interfaces/interfaces.qrc @@ -44,6 +44,7 @@ simpleclosable.json closable.json awning.json + ventilation.json shutter.json blind.json extendedclosable.json diff --git a/libnymea/interfaces/ventilation.json b/libnymea/interfaces/ventilation.json new file mode 100644 index 00000000..db285c31 --- /dev/null +++ b/libnymea/interfaces/ventilation.json @@ -0,0 +1,4 @@ +{ + "description": "The ventilation interface is used for any sort of ventilation. It extends the \"power\" interface and thus can be turned on or off.", + "extends": "power" +}