12 lines
392 B
JSON
12 lines
392 B
JSON
{
|
|
"description": "A garage door which can be controlled like an extended closable, that is, by reporting and taking a percentage of the position",
|
|
"extends": ["garagedoor", "extendedclosable"],
|
|
"states": [
|
|
{
|
|
"name": "state",
|
|
"type": "QString",
|
|
"allowedValues": ["open", "closed", "opening", "closing", "intermediate"]
|
|
}
|
|
]
|
|
}
|