mirror of https://github.com/nymea/nymea.git
Add simplegaragedoor
parent
f66c3c4a60
commit
075046ff70
|
|
@ -10,6 +10,7 @@
|
||||||
<file>colorlight.json</file>
|
<file>colorlight.json</file>
|
||||||
<file>garagedoor.json</file>
|
<file>garagedoor.json</file>
|
||||||
<file>impulsegaragedoor.json</file>
|
<file>impulsegaragedoor.json</file>
|
||||||
|
<file>simplegaragedoor.json</file>
|
||||||
<file>statefulgaragedoor.json</file>
|
<file>statefulgaragedoor.json</file>
|
||||||
<file>extendedstatefulgaragedoor.json</file>
|
<file>extendedstatefulgaragedoor.json</file>
|
||||||
<file>garagegate.json</file>
|
<file>garagegate.json</file>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"description": "A Garage door that can take up and down as commands but cannot provide state information",
|
||||||
|
"extends": ["garagedoor", "closable"]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue