inherit properly
This commit is contained in:
parent
655e3a7f38
commit
dfb62108fe
@ -1,11 +1,4 @@
|
|||||||
{
|
{
|
||||||
"description": "A garage door which can be controlled like an extended closable, that is, by reporting and taking a percentage of the position",
|
"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"],
|
"extends": ["statefulgaragedoor", "extendedclosable"]
|
||||||
"states": [
|
|
||||||
{
|
|
||||||
"name": "state",
|
|
||||||
"type": "QString",
|
|
||||||
"allowedValues": ["open", "closed", "opening", "closing", "intermediate"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user