From 123536f9f359243c0768bf6897b0e73089b2e113 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Fri, 2 Mar 2018 12:12:07 +0100 Subject: [PATCH] add intermediate states to garagegate interface --- libnymea/interfaces/garagegate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libnymea/interfaces/garagegate.json b/libnymea/interfaces/garagegate.json index 6bfb02d0..819342ea 100644 --- a/libnymea/interfaces/garagegate.json +++ b/libnymea/interfaces/garagegate.json @@ -3,7 +3,7 @@ { "name": "gateState", "type": "String", - "allowedValues": ["open", "closed", "opening", "closing"] + "allowedValues": ["open", "closed", "intermediate", "opening", "closing"] } ], "actions": [ @@ -15,6 +15,9 @@ }, { "name": "stop" + }, + { + "name": "positionIntermediate" } ] }