Add new interface closablesensor
This commit is contained in:
parent
69c46e1bd7
commit
07144e27c1
9
libnymea/interfaces/closablesensor.json
Normal file
9
libnymea/interfaces/closablesensor.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"description": "This interface can be used for i.e. magnetic window/door sensors",
|
||||
"states": [
|
||||
{
|
||||
"name": "closed",
|
||||
"type": "bool"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -67,6 +67,7 @@
|
||||
<file>wirelessconnectable.json</file>
|
||||
<file>navigationpad.json</file>
|
||||
<file>extendednavigationpad.json</file>
|
||||
<file>closablesensor.json</file>
|
||||
</qresource>
|
||||
<qresource prefix="/"/>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user