Browse Source

fix default rule chains

pull/9652/head
ShvaykaD 3 years ago
parent
commit
f61b2d0fb2
  1. 6
      application/src/main/data/json/edge/rule_chains/edge_root_rule_chain.json
  2. 6
      application/src/main/data/json/tenant/device_profile/rule_chain_template.json
  3. 6
      application/src/main/data/json/tenant/rule_chains/root_rule_chain.json

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

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

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

Loading…
Cancel
Save