Add a childlock interface
This commit is contained in:
parent
b4e396fae9
commit
57b3c84b8f
11
libnymea/interfaces/childlock.json
Normal file
11
libnymea/interfaces/childlock.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Interface for devices that support a child lock on physical keys.",
|
||||
"states": [
|
||||
{
|
||||
"name": "childLock",
|
||||
"type": "bool",
|
||||
"writable": true,
|
||||
"logged": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -95,5 +95,6 @@
|
||||
<file>simpleheatpump.json</file>
|
||||
<file>alarm.json</file>
|
||||
<file>firesensor.json</file>
|
||||
<file>childlock.json</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user