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,
|
type = ComponentType.ACTION,
|
||||||
name = "rpc call reply",
|
name = "rpc call reply",
|
||||||
configClazz = TbSendRpcReplyNodeConfiguration.class,
|
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.",
|
nodeDetails = "Expects messages with any message type. Will forward message body to the device.",
|
||||||
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
||||||
configDirective = "tbActionNodeRpcReplyConfig",
|
configDirective = "tbActionNodeRpcReplyConfig",
|
||||||
|
|||||||
@ -40,7 +40,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
type = ComponentType.ACTION,
|
type = ComponentType.ACTION,
|
||||||
name = "rpc call request",
|
name = "rpc call request",
|
||||||
configClazz = TbSendRpcRequestNodeConfiguration.class,
|
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.",
|
nodeDetails = "Expects messages with \"method\" and \"params\". Will forward response from device to next nodes.",
|
||||||
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
uiResources = {"static/rulenode/rulenode-core-config.js"},
|
||||||
configDirective = "tbActionNodeRpcRequestConfig",
|
configDirective = "tbActionNodeRpcRequestConfig",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user