Skip to content

Commit

Permalink
* (Apollon77) Adjust some temperature states to allow to go negative
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jan 26, 2023
1 parent 06b9b6e commit be50b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Lese auf [deutsch](docs/de/README.md).
* (fred0815) added missing ISM8i states
* (fred0815) optimized channel object naming
* (fred0815) fixed configuration of polling interval
* (Apollon77) Adjust some temperature states to allow to go negative

### 1.6.1 (2023-01-16)
* (Apollon77) Fixed some crash cases with unknown datapoints
Expand Down
2 changes: 1 addition & 1 deletion js/datapoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@
"write": false,
"einheit": "°C",
"commonType": "number",
"min": 0,
"min": -100,
"max": 1000
},
"138": {
Expand Down

0 comments on commit be50b1b

Please sign in to comment.