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 " +
|
"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.",
|
"- send Message via <code>Failure</code> chain, otherwise <code>Success</code> chain is used.",
|
||||||
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
||||||
configDirective = "tbEnrichmentNodeFetchDeviceCredentialsConfig",
|
configDirective = "tbEnrichmentNodeFetchDeviceCredentialsConfig")
|
||||||
icon = "functions"
|
|
||||||
)
|
|
||||||
public class TbFetchDeviceCredentialsNode implements TbNode {
|
public class TbFetchDeviceCredentialsNode implements TbNode {
|
||||||
|
|
||||||
private static final String CREDENTIALS = "credentials";
|
private static final String CREDENTIALS = "credentials";
|
||||||
|
|||||||
@ -36,7 +36,7 @@ import java.util.concurrent.ExecutionException;
|
|||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@RuleNode(
|
@RuleNode(
|
||||||
type = ComponentType.EXTERNAL,
|
type = ComponentType.TRANSFORMATION,
|
||||||
name = "split array msg",
|
name = "split array msg",
|
||||||
configClazz = EmptyNodeConfiguration.class,
|
configClazz = EmptyNodeConfiguration.class,
|
||||||
nodeDescription = "Split array message into several msgs",
|
nodeDescription = "Split array message into several msgs",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user