From 2e6f68bc41a09b80d8d0b8ee8d3ba3b0de96204d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 18 Nov 2020 09:53:57 +0100 Subject: [PATCH] Fix typo in alert interface --- libnymea-core/libnymea-core.pro | 3 +-- libnymea/interfaces/alert.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libnymea-core/libnymea-core.pro b/libnymea-core/libnymea-core.pro index 18b88770..4c9f5aff 100644 --- a/libnymea-core/libnymea-core.pro +++ b/libnymea-core/libnymea-core.pro @@ -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 \ diff --git a/libnymea/interfaces/alert.json b/libnymea/interfaces/alert.json index 65d01763..8e4bc8c9 100644 --- a/libnymea/interfaces/alert.json +++ b/libnymea/interfaces/alert.json @@ -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"