Allow setting min/max graph temp to something else than 0/99°C
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 5.1k
- Forks
- 181
- Merge medio
- 30 min
- PR fusionados (30 d)
- 2
Descripción
**Is your feature request related to a problem? Please describe.**
I can't see small changes in temperature because the temp graph scale is hardcoded to whatever sensors tell is the max temperature, and then `max(this, 99)`, similarly for the min. This is not useful. Computers usually operate best within fairly small ranges of temperatures, not "disk specs" or "0-99".
**Describe the solution you'd like**
I'd like overrides in the "Graph" menu to set the minimum and maximum for the temperature scale, so the live graphs become useful & meaningful, not just all flat-ish.
**Additional context**
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.