From 14f05e5d6c3938a054ad635e8d0ce64e4b4f7dcd Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 2 Jan 2019 22:35:00 +0100 Subject: [PATCH] Add power socket interface --- libnymea/interfaces/interfaces.qrc | 1 + libnymea/interfaces/powersocket.json | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 libnymea/interfaces/powersocket.json diff --git a/libnymea/interfaces/interfaces.qrc b/libnymea/interfaces/interfaces.qrc index 8c600126..5bd08959 100644 --- a/libnymea/interfaces/interfaces.qrc +++ b/libnymea/interfaces/interfaces.qrc @@ -35,6 +35,7 @@ inputtrigger.json outputtrigger.json power.json + powersocket.json simpleclosable.json closable.json awning.json diff --git a/libnymea/interfaces/powersocket.json b/libnymea/interfaces/powersocket.json new file mode 100644 index 00000000..582e8d7f --- /dev/null +++ b/libnymea/interfaces/powersocket.json @@ -0,0 +1,4 @@ +{ + "extends": "power", + "description": "The powersocket interface is used for smart power sockets and just extends the simple power interface." +}