Skip to content

Commit 5cdb10f

Browse files
committed
fix(docs): Precommit fixes
1 parent c127922 commit 5cdb10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/zigbee/ep_window_covering.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Position Control
4949
setLiftPosition
5050
^^^^^^^^^^^^^^^
5151

52-
Sets the window covering lift position in cm.
52+
Sets the window covering lift position.
5353

5454
.. code-block:: arduino
5555
5656
bool setLiftPosition(uint16_t lift_position);
5757
58-
* ``lift_position`` - Lift position in cm
58+
* ``lift_position`` - Lift position
5959

6060
This function will return ``true`` if successful, ``false`` otherwise.
6161

0 commit comments

Comments
 (0)