Add ventilation interface
This commit is contained in:
parent
9af820b696
commit
b5ba11d039
@ -44,6 +44,7 @@
|
||||
<file>simpleclosable.json</file>
|
||||
<file>closable.json</file>
|
||||
<file>awning.json</file>
|
||||
<file>ventilation.json</file>
|
||||
<file>shutter.json</file>
|
||||
<file>blind.json</file>
|
||||
<file>extendedclosable.json</file>
|
||||
|
||||
4
libnymea/interfaces/ventilation.json
Normal file
4
libnymea/interfaces/ventilation.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"description": "The ventilation interface is used for any sort of ventilation. It extends the \"power\" interface and thus can be turned on or off.",
|
||||
"extends": "power"
|
||||
}
|
||||
Reference in New Issue
Block a user