add intermediate states to garagegate interface
This commit is contained in:
parent
2116392c53
commit
123536f9f3
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user