mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +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: ";
|
||||
if (batteryAllowsContactorClosing) {
|
||||
content += "<span>✓</span>";
|
||||
}
|
||||
else{
|
||||
} else {
|
||||
content += "<span style='color: red;'>✕</span>";
|
||||
}
|
||||
|
||||
content += " Inverter: ";
|
||||
if (inverterAllowsContactorClosing) {
|
||||
content += "<span>✓</span></h4>";
|
||||
}
|
||||
else{
|
||||
} else {
|
||||
content += "<span style='color: red;'>✕</span></h4>";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue