From 9165138e908858a5a5652a7acdfa589ed5c7912e Mon Sep 17 00:00:00 2001 From: mahesh Date: Mon, 10 Jun 2024 17:58:33 +0530 Subject: [PATCH] docs: Replaced hue, saturation commands of colorcontrol cluster with color-temperature command in documentation --- docs/en/developing.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/en/developing.rst b/docs/en/developing.rst index c4080290e..937506d0b 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -461,11 +461,7 @@ Use the cluster commands to control the attributes. :: - colorcontrol move-to-saturation 200 0 0 0 0x7283 0x1 - -:: - - colorcontrol move-to-hue 150 0 0 0 0 0x7283 0x1 + colorcontrol move-to-color-temperature 0 10 0 0 0x7283 0x1 chip-tool when used in interactive mode uses CASE resumption as against establishing CASE for cluster control commands. This results into shorter execution times, thereby improving the overall experience.