Add inverter brand to datalayer

This commit is contained in:
Daniel Öster 2025-02-10 10:31:27 +02:00
parent 0e0f15f7c5
commit f43725455a
4 changed files with 10 additions and 16 deletions

View file

@ -784,6 +784,8 @@ String processor(const String& var) {
// Display which components are used
content += "<h4 style='color: white;'>Inverter protocol: ";
content += datalayer.system.info.inverter_protocol;
content += " ";
content += datalayer.system.info.inverter_brand;
content += "</h4>";
content += "<h4 style='color: white;'>Battery protocol: ";
content += datalayer.system.info.battery_protocol;