mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-30 09:16:11 +02:00
cleanup index.html
add mqtt tx counter
This commit is contained in:
parent
2a3c267906
commit
0f0bbd4b7f
4 changed files with 23 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue