Fix temperature offset range

This commit is contained in:
Gašper Dobrovoljc 2023-04-17 14:17:40 +02:00
parent fd7452fd3f
commit fe8607e52e
No known key found for this signature in database
GPG Key ID: 0E7E037018CFA5A5

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"