Use CLIENT_SCOPE by default for Push to cloud node

This commit is contained in:
Volodymyr Babak 2025-02-28 16:19:35 +02:00
parent ffa9aec2b1
commit 56ba30a4e4

View File

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