loop disable counter in stats
This commit is contained in:
@ -45,7 +45,7 @@ public:
|
||||
void begin(CmdServer *cmdServer);
|
||||
void exec();
|
||||
virtual void sendResponse(uint8_t *responseBuffer, uint16_t responseBufferLength, uint8_t token, char *name);
|
||||
virtual void sendError(uint8_t code, uint16_t count, uint8_t token, char *name);
|
||||
virtual void sendError(uint8_t code, uint16_t errorCount, uint16_t loopDisabledCount, uint8_t token, char *name);
|
||||
friend class MqttConfig;
|
||||
private:
|
||||
MqttConfig m_mqttConfig;
|
||||
@ -59,6 +59,7 @@ private:
|
||||
uint8_t m_deviceIdx;
|
||||
bool m_enabled;
|
||||
uint16_t m_errorCount;
|
||||
uint16_t m_loopDisabledCount;
|
||||
mbusDevTuple_t m_mbusDevTuple[NUM_OF_DEVICES];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user