add intermediate states to garagegate interface

This commit is contained in:
Michael Zanetti 2018-03-02 12:12:07 +01:00
parent 2116392c53
commit 123536f9f3

View File

@ -3,7 +3,7 @@
{ {
"name": "gateState", "name": "gateState",
"type": "String", "type": "String",
"allowedValues": ["open", "closed", "opening", "closing"] "allowedValues": ["open", "closed", "intermediate", "opening", "closing"]
} }
], ],
"actions": [ "actions": [
@ -15,6 +15,9 @@
}, },
{ {
"name": "stop" "name": "stop"
},
{
"name": "positionIntermediate"
} }
] ]
} }