Use CLIENT_SCOPE by default for Push to cloud node
This commit is contained in:
parent
ffa9aec2b1
commit
56ba30a4e4
@ -119,7 +119,7 @@
|
|||||||
"type": "org.thingsboard.rule.engine.edge.TbMsgPushToCloudNode",
|
"type": "org.thingsboard.rule.engine.edge.TbMsgPushToCloudNode",
|
||||||
"name": "Push to cloud",
|
"name": "Push to cloud",
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"scope": "SERVER_SCOPE"
|
"scope": "CLIENT_SCOPE"
|
||||||
},
|
},
|
||||||
"externalId": null
|
"externalId": null
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user