Msg Delay Node UI Configuration
This commit is contained in:
parent
15d7bf7ce7
commit
32007757f0
@ -41,7 +41,9 @@ import static org.thingsboard.rule.engine.api.TbRelationTypes.SUCCESS;
|
||||
configClazz = TbMsgDelayNodeConfiguration.class,
|
||||
nodeDescription = "Delays incoming message",
|
||||
nodeDetails = "Delays messages for configurable period.",
|
||||
icon = "repeat"
|
||||
icon = "repeat",
|
||||
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
||||
configDirective = "tbActionNodeMsgDelayConfig"
|
||||
)
|
||||
|
||||
public class TbMsgDelayNode implements TbNode {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user