mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Add inverter brand to datalayer
This commit is contained in:
parent
0e0f15f7c5
commit
f43725455a
4 changed files with 10 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue