mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-31 21:59:31 +03:00
fix: Fahrenheit temperature frac part
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
// значение ограничения мощности инвертора
|
||||
|
||||
Reference in New Issue
Block a user