Merge PR #298: Add ventilation interface

modbusclient
Jenkins nymea 2020-06-07 19:16:24 +02:00
commit 247146ceda
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"
}