Add ventilation interface

This commit is contained in:
Michael Zanetti 2020-05-27 10:57:38 +02:00
parent 9af820b696
commit b5ba11d039
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View 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"
}