Commands::getEbusCommand expanded for cycle messages to check 'QQ' byte too.
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
std::string getCmdType(const int index) const { return std::string(m_cmdDB.at(index)[0]); }
|
||||
std::string getEbusType(const int index) const { return std::string(m_cmdDB.at(index)[4]); }
|
||||
std::string getEbusCommand(const int index) const;
|
||||
std::string getEbusCommand(const int index, const bool cycle) const;
|
||||
|
||||
int storeCycData(const std::string& data) const;
|
||||
std::string getCycData(int index) const;
|
||||
|
||||
Reference in New Issue
Block a user