Clarify contactor control variables and usage

This commit is contained in:
Jaakko Haakana 2025-05-17 08:53:58 +03:00
parent 4cf08894f7
commit 2c2f05f186
11 changed files with 46 additions and 30 deletions

View file

@ -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>&#10003;</span>";
} else {
content += "<span style='color: red;'>&#10005;</span>";