diff --git a/admin/js/helper.js b/admin/js/helper.js index b3a9f4ef..d759fe90 100644 --- a/admin/js/helper.js +++ b/admin/js/helper.js @@ -49,6 +49,7 @@ const helperText = { { text: "{time}", info: "Converts a Unix timestamp to a local time " }, { text: "{common.name}", info: " Outputs the name of the data point " }, { text: "&&", info: "Placeholder for the value" }, + { text: "{round:2}", info: "Rounds the value for example to 2 decimal places" }, ], setText: [ { text: "{novalue}", info: "The Value is not specified in the return text" },