Еще раз поправил протокол

This commit is contained in:
I-am-nightingale
2024-04-12 23:36:33 +03:00
parent bda7fcdfc2
commit e611bdbe74

View File

@@ -183,7 +183,7 @@ void tclacClimate::readData() {
preset = ClimatePreset::CLIMATE_PRESET_ECO;
} else if (dataRX[9] & (1 << 2)){
preset = ClimatePreset::CLIMATE_PRESET_COMFORT;
} else if ((dataRX[24] & (1 << 0))){
} else if ((dataRX[19] & (1 << 0))){
preset = ClimatePreset::CLIMATE_PRESET_SLEEP;
}