mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
[client/device-graph] Tweak suggested temperature range
This commit is contained in:
parent
218e498c4a
commit
db09e6a56f
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ class DeviceReadingDisplay {
|
||||||
backgroundColor: "hsla(28, 77%, 58%, 0.63)"
|
backgroundColor: "hsla(28, 77%, 58%, 0.63)"
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
suggestedMin: -5,
|
suggestedMin: 0,
|
||||||
suggestedMax: 40,
|
suggestedMax: 20,
|
||||||
borderColor: "hsla(0, 77%, 45%, 1)",
|
borderColor: "hsla(0, 77%, 45%, 1)",
|
||||||
backgroundColor: "hsla(0, 61%, 58%, 0.59)"
|
backgroundColor: "hsla(0, 61%, 58%, 0.59)"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue