Merge PR #199: Add an alert interface

This commit is contained in:
Jenkins 2019-09-13 14:11:47 +02:00
commit 2558ab8277
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{
"description": "Used for things that have some sort of alert. For instance, light bulbs may be able to blink on alert actions, or speaker might be able to play an alert sound. ZigBee devices for example oftion provide alert actions to identify themselves.",
"actions": [
{
"name": "alert"
}
]
}

View File

@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/interfaces">
<file>alert.json</file>
<file>light.json</file>
<file>dimmablelight.json</file>
<file>daylightsensor.json</file>
@ -72,5 +73,4 @@
<file>closablesensor.json</file>
<file>powerswitch.json</file>
</qresource>
<qresource prefix="/"/>
</RCC>