change RPC nodes description
This commit is contained in:
		
							parent
							
								
									1e5488ec7c
								
							
						
					
					
						commit
						6d158986aa
					
				@ -33,7 +33,7 @@ import org.thingsboard.server.common.msg.TbMsg;
 | 
			
		||||
        type = ComponentType.ACTION,
 | 
			
		||||
        name = "rpc call reply",
 | 
			
		||||
        configClazz = TbSendRpcReplyNodeConfiguration.class,
 | 
			
		||||
        nodeDescription = "Sends reply to the RPC call from device",
 | 
			
		||||
        nodeDescription = "Sends one-way RPC call to device",
 | 
			
		||||
        nodeDetails = "Expects messages with any message type. Will forward message body to the device.",
 | 
			
		||||
        uiResources = {"static/rulenode/rulenode-core-config.js"},
 | 
			
		||||
        configDirective = "tbActionNodeRpcReplyConfig",
 | 
			
		||||
 | 
			
		||||
@ -40,7 +40,7 @@ import java.util.concurrent.TimeUnit;
 | 
			
		||||
        type = ComponentType.ACTION,
 | 
			
		||||
        name = "rpc call request",
 | 
			
		||||
        configClazz = TbSendRpcRequestNodeConfiguration.class,
 | 
			
		||||
        nodeDescription = "Sends one-way RPC call to device",
 | 
			
		||||
        nodeDescription = "Sends two-way RPC call to device",
 | 
			
		||||
        nodeDetails = "Expects messages with \"method\" and \"params\". Will forward response from device to next nodes.",
 | 
			
		||||
        uiResources = {"static/rulenode/rulenode-core-config.js"},
 | 
			
		||||
        configDirective = "tbActionNodeRpcRequestConfig",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user