fix little bugs
This commit is contained in:
parent
8342d45b22
commit
809d77a068
@ -47,9 +47,7 @@ import java.util.concurrent.ExecutionException;
|
||||
"to the message data. If originator type is not <b>DEVICE</b> or rule node failed to get device credentials " +
|
||||
"- send Message via <code>Failure</code> chain, otherwise <code>Success</code> chain is used.",
|
||||
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
||||
configDirective = "tbEnrichmentNodeFetchDeviceCredentialsConfig",
|
||||
icon = "functions"
|
||||
)
|
||||
configDirective = "tbEnrichmentNodeFetchDeviceCredentialsConfig")
|
||||
public class TbFetchDeviceCredentialsNode implements TbNode {
|
||||
|
||||
private static final String CREDENTIALS = "credentials";
|
||||
|
||||
@ -36,7 +36,7 @@ import java.util.concurrent.ExecutionException;
|
||||
|
||||
@Slf4j
|
||||
@RuleNode(
|
||||
type = ComponentType.EXTERNAL,
|
||||
type = ComponentType.TRANSFORMATION,
|
||||
name = "split array msg",
|
||||
configClazz = EmptyNodeConfiguration.class,
|
||||
nodeDescription = "Split array message into several msgs",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user