Query enable switch added

This commit is contained in:
Wolfgang Hottgenroth
2015-08-14 22:44:52 +02:00
parent 95f1743fc4
commit 60809b0cdb
3 changed files with 22 additions and 11 deletions

View File

@ -57,6 +57,7 @@ private:
uint32_t m_disconnectTime;
uint32_t m_uptime;
uint8_t m_deviceIdx;
bool m_enabled;
mbusDevTuple_t m_mbusDevTuple[NUM_OF_DEVICES];
};