mirror of https://github.com/nymea/nymea.git
Fix typo in alert interface
parent
97b1623e27
commit
2e6f68bc41
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
TEMPLATE = lib
|
||||
TARGET = nymea-core
|
||||
|
||||
|
|
@ -129,7 +128,7 @@ HEADERS += nymeacore.h \
|
|||
tagging/tag.h \
|
||||
cloud/cloudtransport.h \
|
||||
debugreportgenerator.h \
|
||||
platform/platform.h \ \
|
||||
platform/platform.h \
|
||||
zigbee/zigbeeadapter.h \
|
||||
zigbee/zigbeeadapters.h \
|
||||
zigbee/zigbeemanager.h \
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
{
|
||||
"name": "alert"
|
||||
|
|
|
|||
Loading…
Reference in New Issue