mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Clarify contactor control variables and usage
This commit is contained in:
parent
4cf08894f7
commit
2c2f05f186
11 changed files with 46 additions and 30 deletions
|
@ -1379,7 +1379,7 @@ String processor(const String& var) {
|
|||
|
||||
content += "<h4>Automatic contactor closing allowed:</h4>";
|
||||
content += "<h4>Battery: ";
|
||||
if (datalayer.system.status.battery2_allows_contactor_closing == true) {
|
||||
if (datalayer.system.status.battery2_allowed_contactor_closing == true) {
|
||||
content += "<span>✓</span>";
|
||||
} else {
|
||||
content += "<span style='color: red;'>✕</span>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue