Add a childlock interface

This commit is contained in:
Michael Zanetti 2022-10-23 22:59:50 +02:00
parent b4e396fae9
commit 57b3c84b8f
2 changed files with 12 additions and 0 deletions

View 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
}
]
}

View File

@ -95,5 +95,6 @@
<file>simpleheatpump.json</file>
<file>alarm.json</file>
<file>firesensor.json</file>
<file>childlock.json</file>
</qresource>
</RCC>