Replace door with smartlock interface

This commit is contained in:
Simon Stürz 2018-06-11 12:02:31 +02:00 committed by Michael Zanetti
parent b0125bb8c6
commit 087a89b64b
2 changed files with 1 additions and 15 deletions

View File

@ -1,14 +0,0 @@
{
"extends": "closable",
"states": [
{
"name": "latched",
"type": "bool"
}
],
"actions": [
{
"name": "unlatch"
}
]
}

View File

@ -28,7 +28,7 @@
<file>outputtrigger.json</file>
<file>power.json</file>
<file>closable.json</file>
<file>door.json</file>
<file>smartlock.json</file>
<file>shutter.json</file>
<file>simpleclosable.json</file>
<file>blind.json</file>