@@ -217,13 +217,13 @@ Installed Limit Control
217217setInstalledOpenLimitLift
218218^^^^^^^^^^^^^^^^^^^^^^^^^
219219
220- Sets the installed open limit for lift ( in centimeters) . This defines the physical position when the window covering is fully open.
220+ Sets the installed open limit for lift in centimeters. This defines the physical position when the window covering is fully open.
221221
222222.. code-block :: arduino
223223
224224 bool setInstalledOpenLimitLift(uint16_t openLimit);
225225
226- * ``openLimit `` - Open limit position in centimeters
226+ * ``openLimit `` - Open limit position ( centimeters)
227227
228228This function will return ``true `` if successful, ``false `` otherwise.
229229
@@ -236,18 +236,18 @@ Gets the installed open limit for lift.
236236
237237 uint16_t getInstalledOpenLimitLift();
238238
239- This function will return the installed open limit for lift in centimeters.
239+ This function will return the installed open limit for lift ( centimeters) .
240240
241241setInstalledClosedLimitLift
242242^^^^^^^^^^^^^^^^^^^^^^^^^^^
243243
244- Sets the installed closed limit for lift ( in centimeters) . This defines the physical position when the window covering is fully closed.
244+ Sets the installed closed limit for lift in centimeters. This defines the physical position when the window covering is fully closed.
245245
246246.. code-block :: arduino
247247
248248 bool setInstalledClosedLimitLift(uint16_t closedLimit);
249249
250- * ``closedLimit `` - Closed limit position in centimeters
250+ * ``closedLimit `` - Closed limit position ( centimeters)
251251
252252This function will return ``true `` if successful, ``false `` otherwise.
253253
@@ -260,7 +260,7 @@ Gets the installed closed limit for lift.
260260
261261 uint16_t getInstalledClosedLimitLift();
262262
263- This function will return the installed closed limit for lift in centimeters.
263+ This function will return the installed closed limit for lift ( centimeters) .
264264
265265setInstalledOpenLimitTilt
266266^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -558,3 +558,4 @@ Window Covering
558558
559559.. literalinclude :: ../../../libraries/Matter/examples/MatterWindowCovering/MatterWindowCovering.ino
560560 :language: arduino
561+
0 commit comments