We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac1f46 commit 28b8724Copy full SHA for 28b8724
examples/all-clusters-app/linux/ValveControlDelegate.cpp
@@ -33,7 +33,7 @@ DataModel::Nullable<chip::Percent> ValveControlDelegate::HandleOpenValve(DataMod
33
chip::Percent currentLevel = sLevel;
34
sLevel = level.IsNull() ? 100 : level.Value();
35
sLastOpenDuration = 0;
36
- ChipLogProgress(NotSpecified, "Valve openinig from level: %d to %d", currentLevel, sLevel);
+ ChipLogProgress(NotSpecified, "Valve opening from level: %d to %d", currentLevel, sLevel);
37
38
// In this demo application, the trasition is considered instant,
39
// so current level is set to the requested level and current state is set to kOpen.
0 commit comments