MQTT JSON classic/multi topic/flat

This commit is contained in:
Gunnar Skjold
2024-03-23 11:20:39 +01:00
parent 5022f42692
commit 71abe188ca
15 changed files with 162 additions and 323 deletions

View File

@@ -26,7 +26,8 @@ public:
private:
HwTools* hw;
uint16_t appendJsonHeader(AmsData* data);
uint16_t appendJsonFooter(EnergyAccounting* ea, uint16_t pos);
bool publishList1(AmsData* data, EnergyAccounting* ea);
bool publishList2(AmsData* data, EnergyAccounting* ea);
bool publishList3(AmsData* data, EnergyAccounting* ea);