diff --git a/libnymea/interfaces/alert.json b/libnymea/interfaces/alert.json new file mode 100644 index 00000000..bdebb170 --- /dev/null +++ b/libnymea/interfaces/alert.json @@ -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" + } + ] +} diff --git a/libnymea/interfaces/interfaces.qrc b/libnymea/interfaces/interfaces.qrc index b35244db..399c83fc 100644 --- a/libnymea/interfaces/interfaces.qrc +++ b/libnymea/interfaces/interfaces.qrc @@ -1,5 +1,6 @@ + alert.json light.json dimmablelight.json daylightsensor.json @@ -72,5 +73,4 @@ closablesensor.json powerswitch.json -