Support fw upgrade via MQTT with JSON payload (#941)

This commit is contained in:
Gunnar Skjold
2025-03-24 09:00:05 +01:00
committed by GitHub
parent 8ee3f53714
commit 4d681ed2e2
3 changed files with 31 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ public:
bool publishPrices(PriceService*);
bool publishSystem(HwTools* hw, PriceService* ps, EnergyAccounting* ea);
bool publishRaw(String data);
bool publishFirmware();
void onMessage(String &topic, String &payload);