Skip to content

Commit

Permalink
* (Apollon77) Allow to remove a configuration value for "round" in co…
Browse files Browse the repository at this point in the history
…nfig again
  • Loading branch information
Apollon77 committed Jun 27, 2022
1 parent 55613db commit 1513674
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,11 @@ sendTo('influxdb.0', 'getEnabledDPs', {}, function (result) {
-->

## Changelog


### __WORK IN PROGRESS__
* (Apollon77) Allow to remove a configuration value for "round" in config again

### 3.1.6 (2022-06-27)
* (Apollon77) When not count is provided for aggregate "none" or "onchange" then the limit (default 2000) is used as count to define the number of data to return.

Expand Down
2 changes: 1 addition & 1 deletion admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
},
"round": {
"newLine": true,
"type": "number",
"type": "text",
"label": "Round real to",
"sm": 12,
"md": 4,
Expand Down

0 comments on commit 1513674

Please sign in to comment.