File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Callback Functions
9292onLightChange
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
9797Sets 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
108108onLightChangeRgb
109- ^^^^^^^^^^^^^^^^^
109+ ^^^^^^^^^^^^^^^^
110110
111111Sets 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
225225setLightColorTemperatureRange
226- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
226+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
227227
228228Sets 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
334334getLightColorTemperature
335- ^^^^^^^^^^^^^^^^^^^^^^^^^
335+ ^^^^^^^^^^^^^^^^^^^^^^^^
336336
337337Gets the current color temperature.
338338
You can’t perform that action at this time.
0 commit comments