17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"deprecated": "Use statefulgaragedoor instead",
|
|
"extends": ["garagedoor", "closable"],
|
|
"states": [
|
|
{
|
|
"name": "state",
|
|
"type": "QString",
|
|
"allowedValues": ["open", "closed", "opening", "closing"],
|
|
"logged": true
|
|
},
|
|
{
|
|
"name": "intermediatePosition",
|
|
"type": "bool"
|
|
}
|
|
]
|
|
}
|