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"] +}