[client/device-graph] Tweak suggested temperature range

This commit is contained in:
Starbeamrainbowlabs 2019-01-21 00:03:29 +00:00
parent 218e498c4a
commit db09e6a56f
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ class DeviceReadingDisplay {
backgroundColor: "hsla(28, 77%, 58%, 0.63)"
},
"temperature": {
suggestedMin: -5,
suggestedMax: 40,
suggestedMin: 0,
suggestedMax: 20,
borderColor: "hsla(0, 77%, 45%, 1)",
backgroundColor: "hsla(0, 61%, 58%, 0.59)"
},