add intermediate states to garagegate interface

pull/135/head
Michael Zanetti 2018-03-02 12:12:07 +01:00
parent 2116392c53
commit 123536f9f3
1 changed files with 4 additions and 1 deletions

View File

@ -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"
}
]
}