mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Pre-commit fix
This commit is contained in:
parent
3bfe61cb87
commit
ff8da25b74
1 changed files with 6 additions and 8 deletions
|
@ -380,16 +380,14 @@ String processor(const String& var) {
|
||||||
content += "<h4>Battery: ";
|
content += "<h4>Battery: ";
|
||||||
if (batteryAllowsContactorClosing) {
|
if (batteryAllowsContactorClosing) {
|
||||||
content += "<span>✓</span>";
|
content += "<span>✓</span>";
|
||||||
}
|
} else {
|
||||||
else{
|
|
||||||
content += "<span style='color: red;'>✕</span>";
|
content += "<span style='color: red;'>✕</span>";
|
||||||
}
|
}
|
||||||
|
|
||||||
content += " Inverter: ";
|
content += " Inverter: ";
|
||||||
if (inverterAllowsContactorClosing) {
|
if (inverterAllowsContactorClosing) {
|
||||||
content += "<span>✓</span></h4>";
|
content += "<span>✓</span></h4>";
|
||||||
}
|
} else {
|
||||||
else{
|
|
||||||
content += "<span style='color: red;'>✕</span></h4>";
|
content += "<span style='color: red;'>✕</span></h4>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue