move some strings to flash

This commit is contained in:
MichaelDvP
2020-11-02 11:34:56 +01:00
parent de0e291b78
commit a15efa4f53
5 changed files with 26 additions and 24 deletions

View File

@@ -133,7 +133,7 @@ class Thermostat : public EMSdevice {
std::vector<uint16_t> summer_typeids;
std::string datetime_; // date and time stamp
std::string errorCode_; // code as string i.e. "A22(816)"
std::string errorCode_; // code from 0xA2 as string i.e. "A22(816)"
bool changed_ = false;
bool ha_registered_ = false;