Add an alert interface

pull/199/head
Michael Zanetti 2019-08-30 13:14:41 +02:00
parent 09fb3ef4c5
commit e445fd31a5
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>
@ -69,5 +70,4 @@
<file>extendednavigationpad.json</file>
<file>closablesensor.json</file>
</qresource>
<qresource prefix="/"/>
</RCC>