fix: Fahrenheit temperature frac part

This commit is contained in:
GrKoR
2025-12-21 18:22:05 -08:00
parent fa0b698afa
commit 0a09ad6642

View File

@@ -1946,6 +1946,7 @@ namespace esphome
{
pack->body[4] = (pack->body[4] & ~AC_TEMP_TARGET_FRAC_PART_MASK);
}
pack->body[14] = ((uint8_t)(cmd->temp_target * 10)) % 10;
}
// значение ограничения мощности инвертора