Skip to content

Commit bb1d060

Browse files
authored
fix(matter_doc): CI Vale check
1 parent c75a216 commit bb1d060

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/en/matter/ep_window_covering.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ Installed Limit Control
217217
setInstalledOpenLimitLift
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

228228
This 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

241241
setInstalledClosedLimitLift
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

252252
This 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

265265
setInstalledOpenLimitTilt
266266
^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -558,3 +558,4 @@ Window Covering
558558

559559
.. literalinclude:: ../../../libraries/Matter/examples/MatterWindowCovering/MatterWindowCovering.ino
560560
:language: arduino
561+

0 commit comments

Comments
 (0)