Changed default Ploop
This commit is contained in:
parent
1545a01350
commit
e210ef8100
|
|
@ -228,10 +228,10 @@
|
|||
<label for="ploopSetpoint">P-loop Setpoint (bars):</label>
|
||||
<div class="slider-values">
|
||||
<span id="minValue">0.5</span>
|
||||
<span id="currentValue">1.0</span>
|
||||
<span id="currentValue">2.5</span>
|
||||
<span id="maxValue">3.5</span>
|
||||
</div>
|
||||
<input type="range" min="0.5" max="3.5" step="0.1" value="1.0" id="ploopSetpoint" class="slider" oninput="updatePloopSetpoint(this.value)">
|
||||
<input type="range" min="0.5" max="3.5" step="0.1" value="2.5" id="ploopSetpoint" class="slider" oninput="updatePloopSetpoint(this.value)">
|
||||
</div>
|
||||
<div class="mode-block">
|
||||
<button onclick="sendCommand('ThermalLoopCleaning', 0, this)"><i class="fas fa-fire"></i> Thermal Loop Cleaning</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user