Add a doorbell interface

pull/198/head
Michael Zanetti 2019-08-29 23:48:43 +02:00
parent 09fb3ef4c5
commit dc89240f1a
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"description": "An interface for doorbells. Emits \"doorbellPressed\" when the doorbell is pressed.",
"events": [
{
"name": "doorbellPressed"
}
]
}

View File

@ -4,6 +4,7 @@
<file>dimmablelight.json</file>
<file>daylightsensor.json</file>
<file>colortemperaturelight.json</file>
<file>doorbell.json</file>
<file>colorlight.json</file>
<file>garagegate.json</file>
<file>gateway.json</file>
@ -68,6 +69,7 @@
<file>navigationpad.json</file>
<file>extendednavigationpad.json</file>
<file>closablesensor.json</file>
<file>powerswitch.json</file>
</qresource>
<qresource prefix="/"/>
</RCC>