This commit is contained in:
proddy
2021-08-08 14:45:24 +02:00
parent 15541c52ce
commit 30ce3f1dc3
4 changed files with 20 additions and 12 deletions

View File

@@ -764,7 +764,6 @@ void Boiler::process_UBAMaintenanceData(std::shared_ptr<const Telegram> telegram
}
// Set the warm water temperature 0x33/0x35 or 0xEA
// TODO
bool Boiler::set_warmwater_temp(const char * value, const int8_t id) {
int v = 0;
if (!Helpers::value2number(value, v)) {

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.2.1b0"
#define EMSESP_APP_VERSION "3.2.2"