mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Merge from main
This commit is contained in:
commit
2602316369
76 changed files with 128 additions and 107 deletions
|
@ -1257,7 +1257,7 @@ String processor(const String& var) {
|
|||
|
||||
if (contactor_control_enabled) {
|
||||
content += "<h4>Contactors controlled by emulator, state: ";
|
||||
if (datalayer.system.status.contactors_battery2_engaged) {
|
||||
if (datalayer.system.status.contactors_engaged) {
|
||||
content += "<span style='color: green;'>ON</span>";
|
||||
} else {
|
||||
content += "<span style='color: red;'>OFF</span>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue