mirror of https://github.com/nymea/nymea.git
Merge PR #298: Add ventilation interface
commit
247146ceda
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in New Issue