Merge PR #589: Add a childlock interface

This commit is contained in:
jenkins 2022-12-13 21:04:52 +01:00
commit f22d1e55a4
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

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