|
|
|
@ -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"; |
|
|
|
|