mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Pre-commit fix
This commit is contained in:
parent
3bfe61cb87
commit
ff8da25b74
1 changed files with 6 additions and 8 deletions
|
@ -378,18 +378,16 @@ String processor(const String& var) {
|
|||
}
|
||||
content += "<h4>Automatic contactor closing allowed:</h4>";
|
||||
content += "<h4>Battery: ";
|
||||
if(batteryAllowsContactorClosing){
|
||||
if (batteryAllowsContactorClosing) {
|
||||
content += "<span>✓</span>";
|
||||
}
|
||||
else{
|
||||
} else {
|
||||
content += "<span style='color: red;'>✕</span>";
|
||||
}
|
||||
|
||||
content += " Inverter: ";
|
||||
if(inverterAllowsContactorClosing){
|
||||
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