inherit properly

This commit is contained in:
Michael Zanetti 2020-07-31 17:22:06 +02:00
parent 655e3a7f38
commit dfb62108fe

View File

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