File tree 23 files changed +172
-172
lines changed
all-clusters-app/all-clusters-common
all-clusters-minimal-app/all-clusters-common
virtual-device-app/virtual-device-common
clusters/color-control-server
zap-templates/zcl/data-model/chip
darwin/Framework/CHIP/zap-generated
zzz_generated/app-common/app-common/zap-generated
23 files changed +172
-172
lines changed Original file line number Diff line number Diff line change @@ -5435,7 +5435,7 @@ cluster ColorControl = 768 {
5435
5435
enum ColorModeEnum : enum8 {
5436
5436
kCurrentHueAndCurrentSaturation = 0;
5437
5437
kCurrentXAndCurrentY = 1;
5438
- kColorTemperature = 2;
5438
+ kColorTemperatureMireds = 2;
5439
5439
}
5440
5440
5441
5441
enum DirectionEnum : enum8 {
@@ -5456,7 +5456,7 @@ cluster ColorControl = 768 {
5456
5456
enum EnhancedColorModeEnum : enum8 {
5457
5457
kCurrentHueAndCurrentSaturation = 0;
5458
5458
kCurrentXAndCurrentY = 1;
5459
- kColorTemperature = 2;
5459
+ kColorTemperatureMireds = 2;
5460
5460
kEnhancedCurrentHueAndCurrentSaturation = 3;
5461
5461
}
5462
5462
@@ -5472,11 +5472,11 @@ cluster ColorControl = 768 {
5472
5472
}
5473
5473
5474
5474
bitmap ColorCapabilitiesBitmap : bitmap16 {
5475
- kHueSaturationSupported = 0x1;
5476
- kEnhancedHueSupported = 0x2;
5477
- kColorLoopSupported = 0x4;
5478
- kXYAttributesSupported = 0x8;
5479
- kColorTemperatureSupported = 0x10;
5475
+ kHueSaturation = 0x1;
5476
+ kEnhancedHue = 0x2;
5477
+ kColorLoop = 0x4;
5478
+ kXYAttributes = 0x8;
5479
+ kColorTemperature = 0x10;
5480
5480
}
5481
5481
5482
5482
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -3994,7 +3994,7 @@ cluster ColorControl = 768 {
3994
3994
enum ColorModeEnum : enum8 {
3995
3995
kCurrentHueAndCurrentSaturation = 0;
3996
3996
kCurrentXAndCurrentY = 1;
3997
- kColorTemperature = 2;
3997
+ kColorTemperatureMireds = 2;
3998
3998
}
3999
3999
4000
4000
enum DirectionEnum : enum8 {
@@ -4015,7 +4015,7 @@ cluster ColorControl = 768 {
4015
4015
enum EnhancedColorModeEnum : enum8 {
4016
4016
kCurrentHueAndCurrentSaturation = 0;
4017
4017
kCurrentXAndCurrentY = 1;
4018
- kColorTemperature = 2;
4018
+ kColorTemperatureMireds = 2;
4019
4019
kEnhancedCurrentHueAndCurrentSaturation = 3;
4020
4020
}
4021
4021
@@ -4031,11 +4031,11 @@ cluster ColorControl = 768 {
4031
4031
}
4032
4032
4033
4033
bitmap ColorCapabilitiesBitmap : bitmap16 {
4034
- kHueSaturationSupported = 0x1;
4035
- kEnhancedHueSupported = 0x2;
4036
- kColorLoopSupported = 0x4;
4037
- kXYAttributesSupported = 0x8;
4038
- kColorTemperatureSupported = 0x10;
4034
+ kHueSaturation = 0x1;
4035
+ kEnhancedHue = 0x2;
4036
+ kColorLoop = 0x4;
4037
+ kXYAttributes = 0x8;
4038
+ kColorTemperature = 0x10;
4039
4039
}
4040
4040
4041
4041
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -1420,7 +1420,7 @@ cluster ColorControl = 768 {
1420
1420
enum ColorModeEnum : enum8 {
1421
1421
kCurrentHueAndCurrentSaturation = 0;
1422
1422
kCurrentXAndCurrentY = 1;
1423
- kColorTemperature = 2;
1423
+ kColorTemperatureMireds = 2;
1424
1424
}
1425
1425
1426
1426
enum DirectionEnum : enum8 {
@@ -1441,7 +1441,7 @@ cluster ColorControl = 768 {
1441
1441
enum EnhancedColorModeEnum : enum8 {
1442
1442
kCurrentHueAndCurrentSaturation = 0;
1443
1443
kCurrentXAndCurrentY = 1;
1444
- kColorTemperature = 2;
1444
+ kColorTemperatureMireds = 2;
1445
1445
kEnhancedCurrentHueAndCurrentSaturation = 3;
1446
1446
}
1447
1447
@@ -1457,11 +1457,11 @@ cluster ColorControl = 768 {
1457
1457
}
1458
1458
1459
1459
bitmap ColorCapabilitiesBitmap : bitmap16 {
1460
- kHueSaturationSupported = 0x1;
1461
- kEnhancedHueSupported = 0x2;
1462
- kColorLoopSupported = 0x4;
1463
- kXYAttributesSupported = 0x8;
1464
- kColorTemperatureSupported = 0x10;
1460
+ kHueSaturation = 0x1;
1461
+ kEnhancedHue = 0x2;
1462
+ kColorLoop = 0x4;
1463
+ kXYAttributes = 0x8;
1464
+ kColorTemperature = 0x10;
1465
1465
}
1466
1466
1467
1467
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -1521,7 +1521,7 @@ cluster ColorControl = 768 {
1521
1521
enum ColorModeEnum : enum8 {
1522
1522
kCurrentHueAndCurrentSaturation = 0;
1523
1523
kCurrentXAndCurrentY = 1;
1524
- kColorTemperature = 2;
1524
+ kColorTemperatureMireds = 2;
1525
1525
}
1526
1526
1527
1527
enum DirectionEnum : enum8 {
@@ -1542,7 +1542,7 @@ cluster ColorControl = 768 {
1542
1542
enum EnhancedColorModeEnum : enum8 {
1543
1543
kCurrentHueAndCurrentSaturation = 0;
1544
1544
kCurrentXAndCurrentY = 1;
1545
- kColorTemperature = 2;
1545
+ kColorTemperatureMireds = 2;
1546
1546
kEnhancedCurrentHueAndCurrentSaturation = 3;
1547
1547
}
1548
1548
@@ -1558,11 +1558,11 @@ cluster ColorControl = 768 {
1558
1558
}
1559
1559
1560
1560
bitmap ColorCapabilitiesBitmap : bitmap16 {
1561
- kHueSaturationSupported = 0x1;
1562
- kEnhancedHueSupported = 0x2;
1563
- kColorLoopSupported = 0x4;
1564
- kXYAttributesSupported = 0x8;
1565
- kColorTemperatureSupported = 0x10;
1561
+ kHueSaturation = 0x1;
1562
+ kEnhancedHue = 0x2;
1563
+ kColorLoop = 0x4;
1564
+ kXYAttributes = 0x8;
1565
+ kColorTemperature = 0x10;
1566
1566
}
1567
1567
1568
1568
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -2190,7 +2190,7 @@ cluster ColorControl = 768 {
2190
2190
enum ColorModeEnum : enum8 {
2191
2191
kCurrentHueAndCurrentSaturation = 0;
2192
2192
kCurrentXAndCurrentY = 1;
2193
- kColorTemperature = 2;
2193
+ kColorTemperatureMireds = 2;
2194
2194
}
2195
2195
2196
2196
enum DirectionEnum : enum8 {
@@ -2211,7 +2211,7 @@ cluster ColorControl = 768 {
2211
2211
enum EnhancedColorModeEnum : enum8 {
2212
2212
kCurrentHueAndCurrentSaturation = 0;
2213
2213
kCurrentXAndCurrentY = 1;
2214
- kColorTemperature = 2;
2214
+ kColorTemperatureMireds = 2;
2215
2215
kEnhancedCurrentHueAndCurrentSaturation = 3;
2216
2216
}
2217
2217
@@ -2227,11 +2227,11 @@ cluster ColorControl = 768 {
2227
2227
}
2228
2228
2229
2229
bitmap ColorCapabilitiesBitmap : bitmap16 {
2230
- kHueSaturationSupported = 0x1;
2231
- kEnhancedHueSupported = 0x2;
2232
- kColorLoopSupported = 0x4;
2233
- kXYAttributesSupported = 0x8;
2234
- kColorTemperatureSupported = 0x10;
2230
+ kHueSaturation = 0x1;
2231
+ kEnhancedHue = 0x2;
2232
+ kColorLoop = 0x4;
2233
+ kXYAttributes = 0x8;
2234
+ kColorTemperature = 0x10;
2235
2235
}
2236
2236
2237
2237
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -1987,7 +1987,7 @@ cluster ColorControl = 768 {
1987
1987
enum ColorModeEnum : enum8 {
1988
1988
kCurrentHueAndCurrentSaturation = 0;
1989
1989
kCurrentXAndCurrentY = 1;
1990
- kColorTemperature = 2;
1990
+ kColorTemperatureMireds = 2;
1991
1991
}
1992
1992
1993
1993
enum DirectionEnum : enum8 {
@@ -2008,7 +2008,7 @@ cluster ColorControl = 768 {
2008
2008
enum EnhancedColorModeEnum : enum8 {
2009
2009
kCurrentHueAndCurrentSaturation = 0;
2010
2010
kCurrentXAndCurrentY = 1;
2011
- kColorTemperature = 2;
2011
+ kColorTemperatureMireds = 2;
2012
2012
kEnhancedCurrentHueAndCurrentSaturation = 3;
2013
2013
}
2014
2014
@@ -2024,11 +2024,11 @@ cluster ColorControl = 768 {
2024
2024
}
2025
2025
2026
2026
bitmap ColorCapabilitiesBitmap : bitmap16 {
2027
- kHueSaturationSupported = 0x1;
2028
- kEnhancedHueSupported = 0x2;
2029
- kColorLoopSupported = 0x4;
2030
- kXYAttributesSupported = 0x8;
2031
- kColorTemperatureSupported = 0x10;
2027
+ kHueSaturation = 0x1;
2028
+ kEnhancedHue = 0x2;
2029
+ kColorLoop = 0x4;
2030
+ kXYAttributes = 0x8;
2031
+ kColorTemperature = 0x10;
2032
2032
}
2033
2033
2034
2034
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -1560,7 +1560,7 @@ cluster ColorControl = 768 {
1560
1560
enum ColorModeEnum : enum8 {
1561
1561
kCurrentHueAndCurrentSaturation = 0;
1562
1562
kCurrentXAndCurrentY = 1;
1563
- kColorTemperature = 2;
1563
+ kColorTemperatureMireds = 2;
1564
1564
}
1565
1565
1566
1566
enum DirectionEnum : enum8 {
@@ -1581,7 +1581,7 @@ cluster ColorControl = 768 {
1581
1581
enum EnhancedColorModeEnum : enum8 {
1582
1582
kCurrentHueAndCurrentSaturation = 0;
1583
1583
kCurrentXAndCurrentY = 1;
1584
- kColorTemperature = 2;
1584
+ kColorTemperatureMireds = 2;
1585
1585
kEnhancedCurrentHueAndCurrentSaturation = 3;
1586
1586
}
1587
1587
@@ -1597,11 +1597,11 @@ cluster ColorControl = 768 {
1597
1597
}
1598
1598
1599
1599
bitmap ColorCapabilitiesBitmap : bitmap16 {
1600
- kHueSaturationSupported = 0x1;
1601
- kEnhancedHueSupported = 0x2;
1602
- kColorLoopSupported = 0x4;
1603
- kXYAttributesSupported = 0x8;
1604
- kColorTemperatureSupported = 0x10;
1600
+ kHueSaturation = 0x1;
1601
+ kEnhancedHue = 0x2;
1602
+ kColorLoop = 0x4;
1603
+ kXYAttributes = 0x8;
1604
+ kColorTemperature = 0x10;
1605
1605
}
1606
1606
1607
1607
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -1684,7 +1684,7 @@ cluster ColorControl = 768 {
1684
1684
enum ColorModeEnum : enum8 {
1685
1685
kCurrentHueAndCurrentSaturation = 0;
1686
1686
kCurrentXAndCurrentY = 1;
1687
- kColorTemperature = 2;
1687
+ kColorTemperatureMireds = 2;
1688
1688
}
1689
1689
1690
1690
enum DirectionEnum : enum8 {
@@ -1705,7 +1705,7 @@ cluster ColorControl = 768 {
1705
1705
enum EnhancedColorModeEnum : enum8 {
1706
1706
kCurrentHueAndCurrentSaturation = 0;
1707
1707
kCurrentXAndCurrentY = 1;
1708
- kColorTemperature = 2;
1708
+ kColorTemperatureMireds = 2;
1709
1709
kEnhancedCurrentHueAndCurrentSaturation = 3;
1710
1710
}
1711
1711
@@ -1721,11 +1721,11 @@ cluster ColorControl = 768 {
1721
1721
}
1722
1722
1723
1723
bitmap ColorCapabilitiesBitmap : bitmap16 {
1724
- kHueSaturationSupported = 0x1;
1725
- kEnhancedHueSupported = 0x2;
1726
- kColorLoopSupported = 0x4;
1727
- kXYAttributesSupported = 0x8;
1728
- kColorTemperatureSupported = 0x10;
1724
+ kHueSaturation = 0x1;
1725
+ kEnhancedHue = 0x2;
1726
+ kColorLoop = 0x4;
1727
+ kXYAttributes = 0x8;
1728
+ kColorTemperature = 0x10;
1729
1729
}
1730
1730
1731
1731
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -1595,7 +1595,7 @@ cluster ColorControl = 768 {
1595
1595
enum ColorModeEnum : enum8 {
1596
1596
kCurrentHueAndCurrentSaturation = 0;
1597
1597
kCurrentXAndCurrentY = 1;
1598
- kColorTemperature = 2;
1598
+ kColorTemperatureMireds = 2;
1599
1599
}
1600
1600
1601
1601
enum DirectionEnum : enum8 {
@@ -1616,7 +1616,7 @@ cluster ColorControl = 768 {
1616
1616
enum EnhancedColorModeEnum : enum8 {
1617
1617
kCurrentHueAndCurrentSaturation = 0;
1618
1618
kCurrentXAndCurrentY = 1;
1619
- kColorTemperature = 2;
1619
+ kColorTemperatureMireds = 2;
1620
1620
kEnhancedCurrentHueAndCurrentSaturation = 3;
1621
1621
}
1622
1622
@@ -1632,11 +1632,11 @@ cluster ColorControl = 768 {
1632
1632
}
1633
1633
1634
1634
bitmap ColorCapabilitiesBitmap : bitmap16 {
1635
- kHueSaturationSupported = 0x1;
1636
- kEnhancedHueSupported = 0x2;
1637
- kColorLoopSupported = 0x4;
1638
- kXYAttributesSupported = 0x8;
1639
- kColorTemperatureSupported = 0x10;
1635
+ kHueSaturation = 0x1;
1636
+ kEnhancedHue = 0x2;
1637
+ kColorLoop = 0x4;
1638
+ kXYAttributes = 0x8;
1639
+ kColorTemperature = 0x10;
1640
1640
}
1641
1641
1642
1642
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -2007,7 +2007,7 @@ cluster ColorControl = 768 {
2007
2007
enum ColorModeEnum : enum8 {
2008
2008
kCurrentHueAndCurrentSaturation = 0;
2009
2009
kCurrentXAndCurrentY = 1;
2010
- kColorTemperature = 2;
2010
+ kColorTemperatureMireds = 2;
2011
2011
}
2012
2012
2013
2013
enum DirectionEnum : enum8 {
@@ -2028,7 +2028,7 @@ cluster ColorControl = 768 {
2028
2028
enum EnhancedColorModeEnum : enum8 {
2029
2029
kCurrentHueAndCurrentSaturation = 0;
2030
2030
kCurrentXAndCurrentY = 1;
2031
- kColorTemperature = 2;
2031
+ kColorTemperatureMireds = 2;
2032
2032
kEnhancedCurrentHueAndCurrentSaturation = 3;
2033
2033
}
2034
2034
@@ -2044,11 +2044,11 @@ cluster ColorControl = 768 {
2044
2044
}
2045
2045
2046
2046
bitmap ColorCapabilitiesBitmap : bitmap16 {
2047
- kHueSaturationSupported = 0x1;
2048
- kEnhancedHueSupported = 0x2;
2049
- kColorLoopSupported = 0x4;
2050
- kXYAttributesSupported = 0x8;
2051
- kColorTemperatureSupported = 0x10;
2047
+ kHueSaturation = 0x1;
2048
+ kEnhancedHue = 0x2;
2049
+ kColorLoop = 0x4;
2050
+ kXYAttributes = 0x8;
2051
+ kColorTemperature = 0x10;
2052
2052
}
2053
2053
2054
2054
bitmap Feature : bitmap32 {
Original file line number Diff line number Diff line change @@ -1623,7 +1623,7 @@ cluster ColorControl = 768 {
1623
1623
enum ColorModeEnum : enum8 {
1624
1624
kCurrentHueAndCurrentSaturation = 0;
1625
1625
kCurrentXAndCurrentY = 1;
1626
- kColorTemperature = 2;
1626
+ kColorTemperatureMireds = 2;
1627
1627
}
1628
1628
1629
1629
enum DirectionEnum : enum8 {
@@ -1644,7 +1644,7 @@ cluster ColorControl = 768 {
1644
1644
enum EnhancedColorModeEnum : enum8 {
1645
1645
kCurrentHueAndCurrentSaturation = 0;
1646
1646
kCurrentXAndCurrentY = 1;
1647
- kColorTemperature = 2;
1647
+ kColorTemperatureMireds = 2;
1648
1648
kEnhancedCurrentHueAndCurrentSaturation = 3;
1649
1649
}
1650
1650
@@ -1660,11 +1660,11 @@ cluster ColorControl = 768 {
1660
1660
}
1661
1661
1662
1662
bitmap ColorCapabilitiesBitmap : bitmap16 {
1663
- kHueSaturationSupported = 0x1;
1664
- kEnhancedHueSupported = 0x2;
1665
- kColorLoopSupported = 0x4;
1666
- kXYAttributesSupported = 0x8;
1667
- kColorTemperatureSupported = 0x10;
1663
+ kHueSaturation = 0x1;
1664
+ kEnhancedHue = 0x2;
1665
+ kColorLoop = 0x4;
1666
+ kXYAttributes = 0x8;
1667
+ kColorTemperature = 0x10;
1668
1668
}
1669
1669
1670
1670
bitmap Feature : bitmap32 {
You can’t perform that action at this time.
0 commit comments