From f61b2d0fb2133a25cde8973e8e816efeeb148f3e Mon Sep 17 00:00:00 2001 From: ShvaykaD Date: Wed, 15 Nov 2023 15:30:12 +0200 Subject: [PATCH] fix default rule chains --- .../data/json/edge/rule_chains/edge_root_rule_chain.json | 6 +++--- .../json/tenant/device_profile/rule_chain_template.json | 6 +++--- .../main/data/json/tenant/rule_chains/root_rule_chain.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/application/src/main/data/json/edge/rule_chains/edge_root_rule_chain.json b/application/src/main/data/json/edge/rule_chains/edge_root_rule_chain.json index 790c9d36c7..99625b3188 100644 --- a/application/src/main/data/json/edge/rule_chains/edge_root_rule_chain.json +++ b/application/src/main/data/json/edge/rule_chains/edge_root_rule_chain.json @@ -51,9 +51,9 @@ "configurationVersion": 1, "configuration": { "scope": "CLIENT_SCOPE", - "notifyDevice": "false", - "sendAttributesUpdatedNotification": "false", - "updateAttributesOnlyOnValueChange": "true" + "notifyDevice": false, + "sendAttributesUpdatedNotification": false, + "updateAttributesOnlyOnValueChange": true }, "externalId": null }, diff --git a/application/src/main/data/json/tenant/device_profile/rule_chain_template.json b/application/src/main/data/json/tenant/device_profile/rule_chain_template.json index d03fcd0b7b..a6fb16af3d 100644 --- a/application/src/main/data/json/tenant/device_profile/rule_chain_template.json +++ b/application/src/main/data/json/tenant/device_profile/rule_chain_template.json @@ -35,9 +35,9 @@ "configurationVersion": 1, "configuration": { "scope": "CLIENT_SCOPE", - "notifyDevice": "false", - "sendAttributesUpdatedNotification": "false", - "updateAttributesOnlyOnValueChange": "true" + "notifyDevice": false, + "sendAttributesUpdatedNotification": false, + "updateAttributesOnlyOnValueChange": true } }, { diff --git a/application/src/main/data/json/tenant/rule_chains/root_rule_chain.json b/application/src/main/data/json/tenant/rule_chains/root_rule_chain.json index 419d30ed4c..a96b1ba01f 100644 --- a/application/src/main/data/json/tenant/rule_chains/root_rule_chain.json +++ b/application/src/main/data/json/tenant/rule_chains/root_rule_chain.json @@ -34,9 +34,9 @@ "configurationVersion": 1, "configuration": { "scope": "CLIENT_SCOPE", - "notifyDevice": "false", - "sendAttributesUpdatedNotification": "false", - "updateAttributesOnlyOnValueChange": "true" + "notifyDevice": false, + "sendAttributesUpdatedNotification": false, + "updateAttributesOnlyOnValueChange": true } }, {