Merge PR #199: Add an alert interface
This commit is contained in:
commit
2558ab8277
8
libnymea/interfaces/alert.json
Normal file
8
libnymea/interfaces/alert.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user