Make sending large batch of messages manageable

This commit is contained in:
Daniel Öster 2024-09-28 15:37:37 +03:00
parent 7cf2a136ac
commit 3d45edaa18
2 changed files with 95 additions and 47 deletions

View file

@ -451,6 +451,9 @@ String processor(const String& var) {
#ifdef BYD_MODBUS
content += "BYD 11kWh HVM battery over Modbus RTU";
#endif // BYD_MODBUS
#ifdef FOXESS_CAN
content += "FoxESS compatible HV2600/ECS4100 battery";
#endif // FOXESS_CAN
#ifdef PYLON_CAN
content += "Pylontech battery over CAN bus";
#endif // PYLON_CAN