aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/futureHouse/waveViz.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/futureHouse/waveViz.html')
-rw-r--r--python/examples/futureHouse/waveViz.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/python/examples/futureHouse/waveViz.html b/python/examples/futureHouse/waveViz.html
index d85a47d..273f3b8 100644
--- a/python/examples/futureHouse/waveViz.html
+++ b/python/examples/futureHouse/waveViz.html
@@ -9,16 +9,19 @@
</div>
+<label>minPulseLength (0-4096)</label>
+<input id="minPulseLength">
<label>maxPulseLength (0-4096)</label>
-<input type="text" name="maxPulseLength">
-<label>minPulseLength (0-4096)</label>
-<input name="minPulseLength">
+<input type="text" id="maxPulseLength">
+
<br/>
+
<label>waitFloor (0-2, should be less than waitCeiling</label>
-<input name="waitFloor">
+<input id="waitFloor">
+
<label>waitCeiling (0-2, should be more than waitFloor)</label>
-<input name="waitCeiling">
+<input id="waitCeiling">
</body>
</html>