From 075046ff70593a654c8fec143e5148905446ab00 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sat, 1 Aug 2020 00:26:22 +0200 Subject: [PATCH] Add simplegaragedoor --- libnymea/interfaces/interfaces.qrc | 1 + libnymea/interfaces/simplegaragedoor.json | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 libnymea/interfaces/simplegaragedoor.json diff --git a/libnymea/interfaces/interfaces.qrc b/libnymea/interfaces/interfaces.qrc index 17be9710..188c79a9 100644 --- a/libnymea/interfaces/interfaces.qrc +++ b/libnymea/interfaces/interfaces.qrc @@ -10,6 +10,7 @@ colorlight.json garagedoor.json impulsegaragedoor.json + simplegaragedoor.json statefulgaragedoor.json extendedstatefulgaragedoor.json garagegate.json diff --git a/libnymea/interfaces/simplegaragedoor.json b/libnymea/interfaces/simplegaragedoor.json new file mode 100644 index 00000000..657394d6 --- /dev/null +++ b/libnymea/interfaces/simplegaragedoor.json @@ -0,0 +1,4 @@ +{ + "description": "A Garage door that can take up and down as commands but cannot provide state information", + "extends": ["garagedoor", "closable"] +}