nymea/libnymea/interfaces/garagegate.json

16 lines
363 B
JSON

{
"deprecated": "Use statefulgaragedoor instead",
"extends": ["garagedoor", "closable"],
"states": [
{
"name": "state",
"type": "QString",
"allowedValues": ["open", "closed", "opening", "closing"]
},
{
"name": "intermediatePosition",
"type": "bool"
}
]
}