revert the configDirective for timeseries node

This commit is contained in:
Dima Landiak 2021-11-17 09:45:49 +02:00
parent 453b1b82ba
commit 11f0916b34

View File

@ -49,7 +49,7 @@ import java.util.concurrent.TimeUnit;
"Timestamp in milliseconds will be taken from metadata.ts, otherwise 'now' timestamp will be applied. " + "Timestamp in milliseconds will be taken from metadata.ts, otherwise 'now' timestamp will be applied. " +
"Allows stopping updating values for incoming keys in the latest ts_kv table if 'skipLatestPersistence' is set to true.", "Allows stopping updating values for incoming keys in the latest ts_kv table if 'skipLatestPersistence' is set to true.",
uiResources = {"static/rulenode/rulenode-core-config.js"}, uiResources = {"static/rulenode/rulenode-core-config.js"},
configDirective = "tbActionNodeCustomTimeseriesConfig", configDirective = "tbActionNodeTimeseriesConfig",
icon = "file_upload" icon = "file_upload"
) )
public class TbMsgTimeseriesNode implements TbNode { public class TbMsgTimeseriesNode implements TbNode {