Fix temperature offset range

This commit is contained in:
Gašper Dobrovoljc
2023-04-17 14:17:40 +02:00
parent fd7452fd3f
commit fe8607e52e

View File

@@ -58,7 +58,7 @@
<span class="text-xl mb-2 mt-4">Hysteresis: {tempOffset}°C</span>
<input
type="range"
min="-5"
min="0"
max="5"
bind:value={tempOffset}
class="range"