summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorCircleShift <kgunger12@gmail.com>2025-06-21 21:41:44 -0400
committerCircleShift <kgunger12@gmail.com>2025-06-21 21:41:44 -0400
commit8ee13aa2a3ae77395abca0d99176841c8dcf2570 (patch)
tree107a08738dddab5a4d7869451f699c61c96d6915 /index.html
parent63be9fc5416f6cd3aef911cecacdb697d7b86362 (diff)
Thermostat temperature overhaul
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 2cc253b..879b87c 100644
--- a/index.html
+++ b/index.html
@@ -36,6 +36,7 @@
</content>
<script src="scripts/gui-common/color.js"></script>
+ <script src="scripts/gui-common/temperature.js"></script>
<script src="scripts/gui-common/widgets.js"></script>
<script src="scripts/gui-common/widget-set.js"></script>
<script src="scripts/main.js"></script>