This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-01-02 14:33:15 +01:00

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"
}
]
}