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 5d70e051..9feda351 100644 --- a/libnymea/interfaces/interfaces.qrc +++ b/libnymea/interfaces/interfaces.qrc @@ -1,5 +1,6 @@ + alert.json light.json dimmablelight.json daylightsensor.json @@ -69,5 +70,4 @@ extendednavigationpad.json closablesensor.json -