Merge pull request #11181 from irynamatveieva/fix/time-series-node-name
Timeseries node: change name
This commit is contained in:
commit
cb7542abdc
@ -43,10 +43,10 @@ import static org.thingsboard.server.common.data.msg.TbMsgType.POST_TELEMETRY_RE
|
|||||||
@Slf4j
|
@Slf4j
|
||||||
@RuleNode(
|
@RuleNode(
|
||||||
type = ComponentType.ACTION,
|
type = ComponentType.ACTION,
|
||||||
name = "save timeseries",
|
name = "save time series",
|
||||||
configClazz = TbMsgTimeseriesNodeConfiguration.class,
|
configClazz = TbMsgTimeseriesNodeConfiguration.class,
|
||||||
nodeDescription = "Saves timeseries data",
|
nodeDescription = "Saves time series data",
|
||||||
nodeDetails = "Saves timeseries telemetry data based on configurable TTL parameter. Expects messages with 'POST_TELEMETRY_REQUEST' message type. " +
|
nodeDetails = "Saves time series telemetry data based on configurable TTL parameter. Expects messages with 'POST_TELEMETRY_REQUEST' message type. " +
|
||||||
"Timestamp in milliseconds will be taken from metadata.ts, otherwise 'now' message timestamp will be applied. " +
|
"Timestamp in milliseconds will be taken from metadata.ts, otherwise 'now' message timestamp will be applied. " +
|
||||||
"Allows stopping updating values for incoming keys in the latest ts_kv table if 'skipLatestPersistence' is set to true.\n " +
|
"Allows stopping updating values for incoming keys in the latest ts_kv table if 'skipLatestPersistence' is set to true.\n " +
|
||||||
"<br/>" +
|
"<br/>" +
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user