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 } }, {