Skip to content

Commit

Permalink
Fixed Associations
Browse files Browse the repository at this point in the history
  • Loading branch information
PoltoS committed Feb 13, 2024
1 parent ec7ca03 commit 487bdc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/configurator/src/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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": [
{
Expand All @@ -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": [
{
Expand Down Expand Up @@ -83,7 +83,7 @@
"actions": [
{
"parentId": "ZUNO_ASSOCIATION_GROUP_SCENE_CONTROL",
"title": "Activation",
"title": "Send Scene to group",
"template": "zunoSendToGroupScene({1}, {0});",
"parameters": [
{
Expand All @@ -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",
Expand Down

0 comments on commit 487bdc5

Please sign in to comment.