Reported power_limit wrong

Fixes #65
This commit is contained in:
GrKoR
2023-01-11 18:51:37 +04:00
parent 4d42e21e6a
commit b9b544eb77

View File

@@ -66,7 +66,7 @@ class Constants {
static const uint32_t AC_STATES_REQUEST_INTERVAL; static const uint32_t AC_STATES_REQUEST_INTERVAL;
}; };
const std::string Constants::AC_FIRMWARE_VERSION = "0.2.9-dev.3"; const std::string Constants::AC_FIRMWARE_VERSION = "0.2.9-dev.3+";
// custom fan modes // custom fan modes
const std::string Constants::MUTE = "mute"; const std::string Constants::MUTE = "mute";