Skip to content

Commit

Permalink
and missed this rename
Browse files Browse the repository at this point in the history
  • Loading branch information
drempelg committed Dec 1, 2023
1 parent 2a149a6 commit 722508a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ void SetupPretendDevices()
app::Clusters::TemperatureMeasurement::Attributes::MeasuredValue::Set(1, static_cast<int16_t>(21 * 100));
app::Clusters::Thermostat::Attributes::LocalTemperature::Set(1, static_cast<int16_t>(21 * 100));
AddAttribute("SystemMode", "4");
app::Clusters::Thermostat::Attributes::SystemMode::Set(1, app::Clusters::Thermostat::ThermostatSystemModeEnum::kHeat);
app::Clusters::Thermostat::Attributes::SystemMode::Set(1, app::Clusters::Thermostat::SystemModeEnum::kHeat);
AddAttribute("OccupiedCoolingSetpoint", "19");
app::Clusters::Thermostat::Attributes::OccupiedCoolingSetpoint::Set(1, static_cast<int16_t>(19 * 100));
AddAttribute("OccupiedHeatingSetpoint", "25");
Expand Down

0 comments on commit 722508a

Please sign in to comment.