mirror of https://github.com/nymea/nymea.git
add intermediate states to garagegate interface
parent
2116392c53
commit
123536f9f3
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue