From 487bdc5c02c80d95d28c741bb7e212cd97629c81 Mon Sep 17 00:00:00 2001 From: Poltorak Serguei Date: Tue, 13 Feb 2024 14:49:59 +0300 Subject: [PATCH] Fixed Associations --- apps/configurator/src/config/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/configurator/src/config/config.json b/apps/configurator/src/config/config.json index a11d4f2..ab8bc79 100644 --- a/apps/configurator/src/config/config.json +++ b/apps/configurator/src/config/config.json @@ -7,7 +7,7 @@ "actions": [ { "parentId": "ZUNO_ASSOCIATION_GROUP_SET_VALUE", - "title": "SetValue", + "title": "Send Set value command to group", "template": "zunoSendToGroupSetValueCommand({1}, {0});", "parameters": [ { @@ -30,7 +30,7 @@ "actions": [ { "parentId": "ZUNO_ASSOCIATION_GROUP_SET_VALUE_AND_DIM", - "title": "SetValue", + "title": "Send Set value command to group", "template": "zunoSendToGroupSetValueCommand({1}, {0});", "parameters": [ { @@ -47,7 +47,7 @@ }, { "parentId": "ZUNO_ASSOCIATION_GROUP_SET_VALUE_AND_DIM", - "title": "Dim", + "title": "Send Dim command to group", "template": "zunoSendToGroupDimmingCommand({1}, {0});", "parameters": [ { @@ -83,7 +83,7 @@ "actions": [ { "parentId": "ZUNO_ASSOCIATION_GROUP_SCENE_CONTROL", - "title": "Activation", + "title": "Send Scene to group", "template": "zunoSendToGroupScene({1}, {0});", "parameters": [ { @@ -106,8 +106,8 @@ "actions": [ { "parentId": "ZUNO_ASSOCIATION_GROUP_DOORLOCK", - "title": "Activation", - "template": "zunoSendToGroupDoorlockControlTiming({1}, {0}", + "title": "Send Door Lock command to group", + "template": "zunoSendToGroupDoorlockControlTiming({1}, {0});", "parameters": [ { "title": "groupNumber",