From 62c941f3c8e8984f56a368076b3e63c138555db4 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 25 Jan 2019 15:23:05 +0100 Subject: [PATCH] Remove redundant "close" action from garagegate interface It will be inherited by "closable" --- libnymea/interfaces/garagegate.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libnymea/interfaces/garagegate.json b/libnymea/interfaces/garagegate.json index 4057719d..615104c2 100644 --- a/libnymea/interfaces/garagegate.json +++ b/libnymea/interfaces/garagegate.json @@ -10,10 +10,5 @@ "name": "intermediatePosition", "type": "bool" } - ], - "actions": [ - { - "name": "stop" - } ] }