inherit properly

pull/320/head
Michael Zanetti 2020-07-31 17:22:06 +02:00
parent 655e3a7f38
commit dfb62108fe
1 changed files with 1 additions and 8 deletions

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",
"extends": ["garagedoor", "extendedclosable"],
"states": [
{
"name": "state",
"type": "QString",
"allowedValues": ["open", "closed", "opening", "closing", "intermediate"]
}
]
"extends": ["statefulgaragedoor", "extendedclosable"]
}