mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-02 22:33:41 +00:00
Crossing fingers
This commit is contained in:
@@ -14,8 +14,17 @@ public:
|
||||
bool publishPrices(EntsoeApi*);
|
||||
bool publishSystem(HwTools* hw, EntsoeApi* eapi, EnergyAccounting* ea);
|
||||
|
||||
protected:
|
||||
bool loop();
|
||||
|
||||
private:
|
||||
String topic;
|
||||
bool full;
|
||||
|
||||
bool publishList1(AmsData* data, AmsData* meterState);
|
||||
bool publishList2(AmsData* data, AmsData* meterState);
|
||||
bool publishList3(AmsData* data, AmsData* meterState);
|
||||
bool publishList4(AmsData* data, AmsData* meterState);
|
||||
bool publishRealtime(EnergyAccounting* ea);
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user