We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
index.html
TL136 Sensor
Sensor
AutomationHandler
1 parent 0c5c844 commit b700016Copy full SHA for b700016
data/index.html
@@ -433,7 +433,7 @@ <h1 style="font-weight: lighter"><b>BYTE</b>LEVEL</h1>
433
</div>
434
435
436
- <div class="group-title">TL136 Sensor</div>
+ <div class="group-title">Sensor</div>
437
<div class="chart-container">
438
<canvas id="adcChart"></canvas>
439
src/AutomationHandler.cpp
@@ -169,7 +169,12 @@ void AutomationHandler::loop()
169
handleFill();
170
break;
171
default:
172
- // Do nothing.
+ // Disable Relais.
173
+ if (fillM || pumpM)
174
+ {
175
+ setPump(false);
176
+ setFill(false);
177
+ }
178
179
}
180
0 commit comments