|
|
|
@ -29,7 +29,7 @@ import org.thingsboard.server.common.data.plugin.ComponentType; |
|
|
|
type = ComponentType.FILTER, |
|
|
|
name = "entity type switch", |
|
|
|
configClazz = EmptyNodeConfiguration.class, |
|
|
|
relationTypes = {"Device", "Asset", "Alarm", "Entity View", "Edge", "Tenant", "Customer", "User", "Dashboard", "Rule chain", "Rule node"}, |
|
|
|
relationTypes = {"Device", "Asset", "Alarm", "Entity View", "Tenant", "Customer", "User", "Dashboard", "Rule chain", "Rule node", "Edge"}, |
|
|
|
nodeDescription = "Route incoming messages by Message Originator Type", |
|
|
|
nodeDetails = "Routes messages to chain according to the entity type ('Device', 'Asset', etc.).", |
|
|
|
uiResources = {"static/rulenode/rulenode-core-config.js"}, |
|
|
|
|