cleanup index.html

add mqtt tx counter
This commit is contained in:
lumapu 2022-10-23 00:02:07 +02:00
parent 2a3c267906
commit 0f0bbd4b7f
4 changed files with 23 additions and 10 deletions

View file

@ -171,6 +171,7 @@ class app {
inline bool mqttIsConnected(void) { return mMqtt.isConnected(); }
inline bool getSettingsValid(void) { return mSettingsValid; }
inline bool getRebootRequestState(void) { return mShowRebootRequest; }
inline uint32_t getMqttTxCnt(void) { return mMqtt.getTxCnt(); }
HmSystemType *mSys;
bool mShouldReboot;