Add new interface closablesensor

This commit is contained in:
Simon Stürz 2019-05-15 21:12:12 +02:00
parent 69c46e1bd7
commit 07144e27c1
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"description": "This interface can be used for i.e. magnetic window/door sensors",
"states": [
{
"name": "closed",
"type": "bool"
}
]
}

View File

@ -67,6 +67,7 @@
<file>wirelessconnectable.json</file>
<file>navigationpad.json</file>
<file>extendednavigationpad.json</file>
<file>closablesensor.json</file>
</qresource>
<qresource prefix="/"/>
</RCC>