Fix typo in alert interface

This commit is contained in:
Simon Stürz 2020-11-18 09:53:57 +01:00
parent 97b1623e27
commit 2e6f68bc41
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
TEMPLATE = lib TEMPLATE = lib
TARGET = nymea-core TARGET = nymea-core
@ -129,7 +128,7 @@ HEADERS += nymeacore.h \
tagging/tag.h \ tagging/tag.h \
cloud/cloudtransport.h \ cloud/cloudtransport.h \
debugreportgenerator.h \ debugreportgenerator.h \
platform/platform.h \ \ platform/platform.h \
zigbee/zigbeeadapter.h \ zigbee/zigbeeadapter.h \
zigbee/zigbeeadapters.h \ zigbee/zigbeeadapters.h \
zigbee/zigbeemanager.h \ zigbee/zigbeemanager.h \

View File

@ -1,5 +1,5 @@
{ {
"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.", "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 often provide alert actions to identify themselves.",
"actions": [ "actions": [
{ {
"name": "alert" "name": "alert"