We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c914e69 commit da0fa6fCopy full SHA for da0fa6f
examples/oven-app/silabs/src/OvenManager.cpp
@@ -95,7 +95,8 @@ void OvenManager::Init()
95
96
CHIP_ERROR OvenManager::SetCookSurfaceInitialState(EndpointId cookSurfaceEndpoint)
97
{
98
- TemperatureMeasurementCluster * temperatureMeasurementCluster = TemperatureMeasurement::FindClusterOnEndpoint(cookSurfaceEndpoint);
+ TemperatureMeasurementCluster * temperatureMeasurementCluster =
99
+ TemperatureMeasurement::FindClusterOnEndpoint(cookSurfaceEndpoint);
100
VerifyOrReturnError(temperatureMeasurementCluster != nullptr, CHIP_ERROR_INTERNAL);
101
102
auto * temperatureControlCluster = TemperatureControl::FindClusterOnEndpoint(kTemperatureControlledCabinetEndpoint);
0 commit comments