Skip to content

Commit

Permalink
re-enable cooling_threshold_temperature characteristic
Browse files Browse the repository at this point in the history
Now it works.
  • Loading branch information
mzyy94 authored and ewilken committed Apr 14, 2023
1 parent 7a0e1d8 commit acf45bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/accessory/defined/heater_cooler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ impl HeaterCoolerAccessory {
let mut heater_cooler = HeaterCoolerService::new(1 + heater_cooler_id + 1, id);
heater_cooler.set_primary(true);

// for some reason, the controller expects `cooling_threshold_temperature` to be `None`
heater_cooler.cooling_threshold_temperature = None;

Ok(Self {
id,
accessory_information,
Expand Down

0 comments on commit acf45bd

Please sign in to comment.