nymea/libnymea/interfaces/garagegate.json

15 lines
295 B
JSON

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