...
|
...
|
@@ -58,7 +58,7 @@ import static org.thingsboard.rule.engine.api.TbRelationTypes.SUCCESS; |
58
|
58
|
configClazz = EmptyNodeConfiguration.class,
|
59
|
59
|
nodeDescription = "Pushes messages to edge",
|
60
|
60
|
nodeDetails = "Pushes messages to edge, if Message Originator assigned to particular edge or is EDGE entity. This node is used only on Cloud instances to push messages from Cloud to Edge. Supports only DEVICE, ENTITY_VIEW, ASSET, ENTITY_VIEW, DASHBOARD, TENANT, CUSTOMER and EDGE Message Originator(s).",
|
61
|
|
- uiResources = {"static/rulenode/rulenode-core-config.js", "static/rulenode/rulenode-core-config.css"},
|
|
61
|
+ uiResources = {"static/rulenode/rulenode-core-config.js"},
|
62
|
62
|
configDirective = "tbNodeEmptyConfig",
|
63
|
63
|
icon = "cloud_download",
|
64
|
64
|
ruleChainTypes = RuleChainType.CORE
|
...
|
...
|
|