Skip to content

Commit df4d564

Browse files
committed
fix(docs): Fix title chars and remove ref
1 parent 502f9fc commit df4d564

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/zigbee/ep_color_dimmable_light.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Callback Functions
9292
onLightChange
9393
^^^^^^^^^^^^^
9494

95-
.. deprecated:: This method is deprecated and will be removed in a future major version. Use :ref:`onLightChangeRgb <onLightChangeRgb>` instead.
95+
.. deprecated:: This method is deprecated and will be removed in a future major version. Use ``onLightChangeRgb()`` instead.
9696

9797
Sets the legacy callback function for light state changes (RGB mode).
9898

@@ -106,7 +106,7 @@ Sets the legacy callback function for light state changes (RGB mode).
106106
This method is deprecated. Please use ``onLightChangeRgb()`` for RGB/XY mode callbacks.
107107

108108
onLightChangeRgb
109-
^^^^^^^^^^^^^^^^^
109+
^^^^^^^^^^^^^^^^
110110

111111
Sets the callback function for RGB/XY color mode changes.
112112

@@ -223,7 +223,7 @@ Sets the light color temperature in mireds. Requires ``ZIGBEE_COLOR_CAPABILITY_C
223223
This function will return ``true`` if successful, ``false`` otherwise. Returns ``false`` if color temperature capability is not enabled.
224224

225225
setLightColorTemperatureRange
226-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
226+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
227227

228228
Sets the minimum and maximum color temperature range supported by the hardware.
229229

@@ -332,7 +332,7 @@ Gets the current blue component.
332332
This function will return current blue component (0-255).
333333

334334
getLightColorTemperature
335-
^^^^^^^^^^^^^^^^^^^^^^^^^
335+
^^^^^^^^^^^^^^^^^^^^^^^^
336336

337337
Gets the current color temperature.
338338

0 commit comments

Comments
 (0)