We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7304cea commit 93f3bc7Copy full SHA for 93f3bc7
libraries/Matter/examples/MatterSimpleWidowsBlind/MatterSimpleWidowsBlind.ino
@@ -37,7 +37,7 @@ bool onBlindLift(uint8_t liftPercent) {
37
// This example only uses lift
38
Serial.printf("Window Covering change request: Lift=%d%%\r\n", liftPercent);
39
40
- // Returning true will store the new Lift value into the Matter Cluster
+ // Returning true will store the new Lift value into the Matter Cluster
41
return true;
42
}
43
0 commit comments