diff --git a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter index 1f169f07c329b1..4158faaf67b82a 100644 --- a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter +++ b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter @@ -5487,7 +5487,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter index d268be73e3dd60..a376aa8fbca89f 100644 --- a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter +++ b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter @@ -4035,7 +4035,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter index 71e3ba7d683d38..706a7f7a9e6731 100644 --- a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter +++ b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter @@ -1460,7 +1460,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter b/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter index 077fd77d8d0145..3d05d901da9da2 100644 --- a/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter +++ b/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter @@ -1561,7 +1561,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/light-switch-app/light-switch-common/light-switch-app.matter b/examples/light-switch-app/light-switch-common/light-switch-app.matter index 01fde55e415331..b876d7ccc5adca 100644 --- a/examples/light-switch-app/light-switch-common/light-switch-app.matter +++ b/examples/light-switch-app/light-switch-common/light-switch-app.matter @@ -2238,7 +2238,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/light-switch-app/qpg/zap/switch.matter b/examples/light-switch-app/qpg/zap/switch.matter index 0f114deaf4b090..cf75efe1c9acc3 100644 --- a/examples/light-switch-app/qpg/zap/switch.matter +++ b/examples/light-switch-app/qpg/zap/switch.matter @@ -2035,7 +2035,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/lighting-app/bouffalolab/data_model/lighting-app-ethernet.matter b/examples/lighting-app/bouffalolab/data_model/lighting-app-ethernet.matter index 13c15c0bc34cca..edf111876c7071 100644 --- a/examples/lighting-app/bouffalolab/data_model/lighting-app-ethernet.matter +++ b/examples/lighting-app/bouffalolab/data_model/lighting-app-ethernet.matter @@ -1600,7 +1600,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/lighting-app/bouffalolab/data_model/lighting-app-thread.matter b/examples/lighting-app/bouffalolab/data_model/lighting-app-thread.matter index 16ba594e69b33d..a93783b8b0c624 100644 --- a/examples/lighting-app/bouffalolab/data_model/lighting-app-thread.matter +++ b/examples/lighting-app/bouffalolab/data_model/lighting-app-thread.matter @@ -1724,7 +1724,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter b/examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter index bfa1ed08af1dcd..580ff90929b196 100644 --- a/examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter +++ b/examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter @@ -1635,7 +1635,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/lighting-app/lighting-common/lighting-app.matter b/examples/lighting-app/lighting-common/lighting-app.matter index 41f89209a65717..0075f061f24981 100644 --- a/examples/lighting-app/lighting-common/lighting-app.matter +++ b/examples/lighting-app/lighting-common/lighting-app.matter @@ -2048,7 +2048,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/lighting-app/qpg/zap/light.matter b/examples/lighting-app/qpg/zap/light.matter index 676b3bd312a6ef..f553dd64a8bf8f 100644 --- a/examples/lighting-app/qpg/zap/light.matter +++ b/examples/lighting-app/qpg/zap/light.matter @@ -1663,7 +1663,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/lighting-app/silabs/data_model/lighting-thread-app.matter b/examples/lighting-app/silabs/data_model/lighting-thread-app.matter index 163037ee47403b..64b7373dba1f19 100644 --- a/examples/lighting-app/silabs/data_model/lighting-thread-app.matter +++ b/examples/lighting-app/silabs/data_model/lighting-thread-app.matter @@ -1752,7 +1752,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/lighting-app/silabs/data_model/lighting-wifi-app.matter b/examples/lighting-app/silabs/data_model/lighting-wifi-app.matter index 38cd66a6bc5da2..d986f2172ae108 100644 --- a/examples/lighting-app/silabs/data_model/lighting-wifi-app.matter +++ b/examples/lighting-app/silabs/data_model/lighting-wifi-app.matter @@ -2043,7 +2043,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/placeholder/linux/apps/app1/config.matter b/examples/placeholder/linux/apps/app1/config.matter index 4fc8bee045c1d8..e593843b62533e 100644 --- a/examples/placeholder/linux/apps/app1/config.matter +++ b/examples/placeholder/linux/apps/app1/config.matter @@ -5604,7 +5604,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } @@ -5932,7 +5932,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/placeholder/linux/apps/app2/config.matter b/examples/placeholder/linux/apps/app2/config.matter index b8aeea935825d1..2c2ebf9ce070af 100644 --- a/examples/placeholder/linux/apps/app2/config.matter +++ b/examples/placeholder/linux/apps/app2/config.matter @@ -5561,7 +5561,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } @@ -5889,7 +5889,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/examples/virtual-device-app/virtual-device-common/virtual-device-app.matter b/examples/virtual-device-app/virtual-device-common/virtual-device-app.matter index 9f3893e0bca4b7..62f3416ff10f45 100644 --- a/examples/virtual-device-app/virtual-device-common/virtual-device-app.matter +++ b/examples/virtual-device-app/virtual-device-common/virtual-device-app.matter @@ -2899,7 +2899,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/src/app/zap-templates/zcl/data-model/chip/color-control-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/color-control-cluster.xml index 708ba4f17b6729..d222bafd52b9b6 100644 --- a/src/app/zap-templates/zcl/data-model/chip/color-control-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/color-control-cluster.xml @@ -50,7 +50,7 @@ limitations under the License. - + diff --git a/src/controller/data_model/controller-clusters.matter b/src/controller/data_model/controller-clusters.matter index ee2e3f48c6d47b..e1e5bd680fa0b5 100644 --- a/src/controller/data_model/controller-clusters.matter +++ b/src/controller/data_model/controller-clusters.matter @@ -6960,7 +6960,7 @@ cluster ColorControl = 768 { kHueSaturation = 0x1; kEnhancedHue = 0x2; kColorLoop = 0x4; - kXYAttributes = 0x8; + kXY = 0x8; kColorTemperature = 0x10; } diff --git a/src/controller/python/chip/clusters/Objects.py b/src/controller/python/chip/clusters/Objects.py index 567094a05cb9ff..f3279dd2071b91 100644 --- a/src/controller/python/chip/clusters/Objects.py +++ b/src/controller/python/chip/clusters/Objects.py @@ -34014,7 +34014,7 @@ class ColorCapabilitiesBitmap(IntFlag): kHueSaturation = 0x1 kEnhancedHue = 0x2 kColorLoop = 0x4 - kXYAttributes = 0x8 + kXy = 0x8 kColorTemperature = 0x10 class Feature(IntFlag):