From 1754b74138b11cf8558f431988509a44b19df9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 24 May 2018 12:14:55 +0200 Subject: [PATCH] Remove intermediate action from garagegate interface for a more generic appoach, --- libnymea/interfaces/garagegate.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/libnymea/interfaces/garagegate.json b/libnymea/interfaces/garagegate.json index 051f95b0..fe033847 100644 --- a/libnymea/interfaces/garagegate.json +++ b/libnymea/interfaces/garagegate.json @@ -9,9 +9,6 @@ "actions": [ { "name": "stop" - }, - { - "name": "positionIntermediate" } ] }