aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2024-03-13 09:50:55 +0000
committers-ol <s+removethis@s-ol.nu>2024-03-13 09:50:55 +0000
commit3b8ae78c47704e54a48f4a347f973f2fc74ea2a2 (patch)
treece954b2eaef7f20c60c0f3e803c25f2dd08af4ff /web/index.html
parentweb: reduce and alignt plot margins (diff)
downloadt937-serial-3b8ae78c47704e54a48f4a347f973f2fc74ea2a2.tar.gz
t937-serial-3b8ae78c47704e54a48f4a347f973f2fc74ea2a2.zip
web: split temp display
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index d62d2b7..73717a7 100644
--- a/web/index.html
+++ b/web/index.html
@@ -6,7 +6,6 @@
</head>
<body>
<aside>
- <label id="temps"></label>
<section>
<h1>device</h1>
<div>
@@ -14,6 +13,14 @@
<button id="connect">connect</button>
</div>
<div>
+ <label>chamber temp</label>
+ <label id="temps_chamber">-</label>
+ </div>
+ <div>
+ <label>controller temp</label>
+ <label id="temps_controller">-</label>
+ </div>
+ <div>
<select id="profile" value="">
<option value="">none / manual</option>
<option value="0">profile 1</option>