Merge PR #589: Add a childlock interface
This commit is contained in:
commit
f22d1e55a4
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
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -98,5 +98,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