Skip to content

Commit bda3ef0

Browse files
committed
build issue solved
1 parent 9619c2f commit bda3ef0

File tree

45 files changed

+171
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+171
-210
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -5446,7 +5446,7 @@ cluster ColorControl = 768 {
54465446
kOpticalColorMonitoringAndFeedback = 4;
54475447
}
54485448

5449-
enum EnhancedColorMode : enum8 {
5449+
enum EnhancedColorModes : enum8 {
54505450
kCurrentHueAndCurrentSaturation = 0;
54515451
kCurrentXAndCurrentY = 1;
54525452
kColorTemperature = 2;
@@ -5550,7 +5550,7 @@ cluster ColorControl = 768 {
55505550
attribute access(write: manage) optional int16u colorPointBY = 59;
55515551
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
55525552
readonly attribute optional int16u enhancedCurrentHue = 16384;
5553-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
5553+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
55545554
readonly attribute optional int8u colorLoopActive = 16386;
55555555
readonly attribute optional int8u colorLoopDirection = 16387;
55565556
readonly attribute optional int16u colorLoopTime = 16388;
@@ -8652,7 +8652,7 @@ endpoint 1 {
86528652
ram attribute colorPointBY;
86538653
ram attribute colorPointBIntensity;
86548654
persist attribute enhancedCurrentHue default = 0x0000;
8655-
persist attribute enhancedColorMode default = 0x01;
8655+
persist attribute enhancedColorModes default = 0x01;
86568656
persist attribute colorLoopActive default = 0x00;
86578657
persist attribute colorLoopDirection default = 0x00;
86588658
persist attribute colorLoopTime default = 0x0019;

examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -4005,7 +4005,7 @@ cluster ColorControl = 768 {
40054005
kOpticalColorMonitoringAndFeedback = 4;
40064006
}
40074007

4008-
enum EnhancedColorMode : enum8 {
4008+
enum EnhancedColorModes : enum8 {
40094009
kCurrentHueAndCurrentSaturation = 0;
40104010
kCurrentXAndCurrentY = 1;
40114011
kColorTemperature = 2;
@@ -4109,7 +4109,7 @@ cluster ColorControl = 768 {
41094109
attribute access(write: manage) optional int16u colorPointBY = 59;
41104110
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
41114111
readonly attribute optional int16u enhancedCurrentHue = 16384;
4112-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
4112+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
41134113
readonly attribute optional int8u colorLoopActive = 16386;
41144114
readonly attribute optional int8u colorLoopDirection = 16387;
41154115
readonly attribute optional int16u colorLoopTime = 16388;
@@ -6526,7 +6526,7 @@ endpoint 1 {
65266526
ram attribute colorMode default = 0x01;
65276527
ram attribute options default = 0x00;
65286528
ram attribute numberOfPrimaries default = 0;
6529-
ram attribute enhancedColorMode default = 0x01;
6529+
ram attribute enhancedColorModes default = 0x01;
65306530
ram attribute colorCapabilities default = 0x1F;
65316531
ram attribute featureMap default = 0;
65326532
ram attribute clusterRevision default = 6;

examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ cluster ColorControl = 768 {
14311431
kOpticalColorMonitoringAndFeedback = 4;
14321432
}
14331433

1434-
enum EnhancedColorMode : enum8 {
1434+
enum EnhancedColorModes : enum8 {
14351435
kCurrentHueAndCurrentSaturation = 0;
14361436
kCurrentXAndCurrentY = 1;
14371437
kColorTemperature = 2;
@@ -1535,7 +1535,7 @@ cluster ColorControl = 768 {
15351535
attribute access(write: manage) optional int16u colorPointBY = 59;
15361536
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
15371537
readonly attribute optional int16u enhancedCurrentHue = 16384;
1538-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
1538+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
15391539
readonly attribute optional int8u colorLoopActive = 16386;
15401540
readonly attribute optional int8u colorLoopDirection = 16387;
15411541
readonly attribute optional int16u colorLoopTime = 16388;
@@ -2056,7 +2056,7 @@ endpoint 1 {
20562056
ram attribute primary6Y;
20572057
ram attribute primary6Intensity;
20582058
ram attribute enhancedCurrentHue default = 0x0000;
2059-
ram attribute enhancedColorMode default = 0x02;
2059+
ram attribute enhancedColorModes default = 0x02;
20602060
ram attribute colorCapabilities default = 0x0000;
20612061
ram attribute colorTempPhysicalMinMireds default = 0x0000;
20622062
ram attribute colorTempPhysicalMaxMireds default = 0xFEFF;

examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ cluster ColorControl = 768 {
15321532
kOpticalColorMonitoringAndFeedback = 4;
15331533
}
15341534

1535-
enum EnhancedColorMode : enum8 {
1535+
enum EnhancedColorModes : enum8 {
15361536
kCurrentHueAndCurrentSaturation = 0;
15371537
kCurrentXAndCurrentY = 1;
15381538
kColorTemperature = 2;
@@ -1636,7 +1636,7 @@ cluster ColorControl = 768 {
16361636
attribute access(write: manage) optional int16u colorPointBY = 59;
16371637
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
16381638
readonly attribute optional int16u enhancedCurrentHue = 16384;
1639-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
1639+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
16401640
readonly attribute optional int8u colorLoopActive = 16386;
16411641
readonly attribute optional int8u colorLoopDirection = 16387;
16421642
readonly attribute optional int16u colorLoopTime = 16388;
@@ -2163,7 +2163,7 @@ endpoint 1 {
21632163
ram attribute options default = 0x00;
21642164
ram attribute numberOfPrimaries default = 0;
21652165
ram attribute enhancedCurrentHue default = 0x0000;
2166-
ram attribute enhancedColorMode default = 0x01;
2166+
ram attribute enhancedColorModes default = 0x01;
21672167
ram attribute colorLoopActive default = 0x00;
21682168
ram attribute colorLoopDirection default = 0x00;
21692169
ram attribute colorLoopTime default = 0x0019;

examples/light-switch-app/light-switch-common/light-switch-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -2201,7 +2201,7 @@ cluster ColorControl = 768 {
22012201
kOpticalColorMonitoringAndFeedback = 4;
22022202
}
22032203

2204-
enum EnhancedColorMode : enum8 {
2204+
enum EnhancedColorModes : enum8 {
22052205
kCurrentHueAndCurrentSaturation = 0;
22062206
kCurrentXAndCurrentY = 1;
22072207
kColorTemperature = 2;
@@ -2305,7 +2305,7 @@ cluster ColorControl = 768 {
23052305
attribute access(write: manage) optional int16u colorPointBY = 59;
23062306
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
23072307
readonly attribute optional int16u enhancedCurrentHue = 16384;
2308-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
2308+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
23092309
readonly attribute optional int8u colorLoopActive = 16386;
23102310
readonly attribute optional int8u colorLoopDirection = 16387;
23112311
readonly attribute optional int16u colorLoopTime = 16388;

examples/light-switch-app/qpg/zap/switch.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ cluster ColorControl = 768 {
19981998
kOpticalColorMonitoringAndFeedback = 4;
19991999
}
20002000

2001-
enum EnhancedColorMode : enum8 {
2001+
enum EnhancedColorModes : enum8 {
20022002
kCurrentHueAndCurrentSaturation = 0;
20032003
kCurrentXAndCurrentY = 1;
20042004
kColorTemperature = 2;
@@ -2102,7 +2102,7 @@ cluster ColorControl = 768 {
21022102
attribute access(write: manage) optional int16u colorPointBY = 59;
21032103
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
21042104
readonly attribute optional int16u enhancedCurrentHue = 16384;
2105-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
2105+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
21062106
readonly attribute optional int8u colorLoopActive = 16386;
21072107
readonly attribute optional int8u colorLoopDirection = 16387;
21082108
readonly attribute optional int16u colorLoopTime = 16388;

examples/lighting-app/bouffalolab/data_model/lighting-app-ethernet.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ cluster ColorControl = 768 {
15711571
kOpticalColorMonitoringAndFeedback = 4;
15721572
}
15731573

1574-
enum EnhancedColorMode : enum8 {
1574+
enum EnhancedColorModes : enum8 {
15751575
kCurrentHueAndCurrentSaturation = 0;
15761576
kCurrentXAndCurrentY = 1;
15771577
kColorTemperature = 2;
@@ -1675,7 +1675,7 @@ cluster ColorControl = 768 {
16751675
attribute access(write: manage) optional int16u colorPointBY = 59;
16761676
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
16771677
readonly attribute optional int16u enhancedCurrentHue = 16384;
1678-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
1678+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
16791679
readonly attribute optional int8u colorLoopActive = 16386;
16801680
readonly attribute optional int8u colorLoopDirection = 16387;
16811681
readonly attribute optional int16u colorLoopTime = 16388;
@@ -2230,7 +2230,7 @@ endpoint 1 {
22302230
ram attribute primary6Y;
22312231
ram attribute primary6Intensity;
22322232
ram attribute enhancedCurrentHue default = 0x0000;
2233-
ram attribute enhancedColorMode default = 0x01;
2233+
ram attribute enhancedColorModes default = 0x01;
22342234
ram attribute colorLoopActive default = 0x00;
22352235
ram attribute colorLoopDirection default = 0x00;
22362236
ram attribute colorLoopTime default = 0x0019;

examples/lighting-app/bouffalolab/data_model/lighting-app-thread.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ cluster ColorControl = 768 {
16951695
kOpticalColorMonitoringAndFeedback = 4;
16961696
}
16971697

1698-
enum EnhancedColorMode : enum8 {
1698+
enum EnhancedColorModes : enum8 {
16991699
kCurrentHueAndCurrentSaturation = 0;
17001700
kCurrentXAndCurrentY = 1;
17011701
kColorTemperature = 2;
@@ -1799,7 +1799,7 @@ cluster ColorControl = 768 {
17991799
attribute access(write: manage) optional int16u colorPointBY = 59;
18001800
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
18011801
readonly attribute optional int16u enhancedCurrentHue = 16384;
1802-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
1802+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
18031803
readonly attribute optional int8u colorLoopActive = 16386;
18041804
readonly attribute optional int8u colorLoopDirection = 16387;
18051805
readonly attribute optional int16u colorLoopTime = 16388;
@@ -2416,7 +2416,7 @@ endpoint 1 {
24162416
ram attribute primary6Y;
24172417
ram attribute primary6Intensity;
24182418
ram attribute enhancedCurrentHue default = 0x0000;
2419-
ram attribute enhancedColorMode default = 0x01;
2419+
ram attribute enhancedColorModes default = 0x01;
24202420
ram attribute colorLoopActive default = 0x00;
24212421
ram attribute colorLoopDirection default = 0x00;
24222422
ram attribute colorLoopTime default = 0x0019;

examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ cluster ColorControl = 768 {
16061606
kOpticalColorMonitoringAndFeedback = 4;
16071607
}
16081608

1609-
enum EnhancedColorMode : enum8 {
1609+
enum EnhancedColorModes : enum8 {
16101610
kCurrentHueAndCurrentSaturation = 0;
16111611
kCurrentXAndCurrentY = 1;
16121612
kColorTemperature = 2;
@@ -1710,7 +1710,7 @@ cluster ColorControl = 768 {
17101710
attribute access(write: manage) optional int16u colorPointBY = 59;
17111711
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
17121712
readonly attribute optional int16u enhancedCurrentHue = 16384;
1713-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
1713+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
17141714
readonly attribute optional int8u colorLoopActive = 16386;
17151715
readonly attribute optional int8u colorLoopDirection = 16387;
17161716
readonly attribute optional int16u colorLoopTime = 16388;
@@ -2279,7 +2279,7 @@ endpoint 1 {
22792279
ram attribute primary6Y;
22802280
ram attribute primary6Intensity;
22812281
ram attribute enhancedCurrentHue default = 0x0000;
2282-
ram attribute enhancedColorMode default = 0x01;
2282+
ram attribute enhancedColorModes default = 0x01;
22832283
ram attribute colorLoopActive default = 0x00;
22842284
ram attribute colorLoopDirection default = 0x00;
22852285
ram attribute colorLoopTime default = 0x0019;

examples/lighting-app/lighting-common/lighting-app.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ cluster ColorControl = 768 {
20182018
kOpticalColorMonitoringAndFeedback = 4;
20192019
}
20202020

2021-
enum EnhancedColorMode : enum8 {
2021+
enum EnhancedColorModes : enum8 {
20222022
kCurrentHueAndCurrentSaturation = 0;
20232023
kCurrentXAndCurrentY = 1;
20242024
kColorTemperature = 2;
@@ -2122,7 +2122,7 @@ cluster ColorControl = 768 {
21222122
attribute access(write: manage) optional int16u colorPointBY = 59;
21232123
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
21242124
readonly attribute optional int16u enhancedCurrentHue = 16384;
2125-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
2125+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
21262126
readonly attribute optional int8u colorLoopActive = 16386;
21272127
readonly attribute optional int8u colorLoopDirection = 16387;
21282128
readonly attribute optional int16u colorLoopTime = 16388;
@@ -2837,7 +2837,7 @@ endpoint 1 {
28372837
ram attribute options default = 0x00;
28382838
ram attribute numberOfPrimaries;
28392839
persist attribute enhancedCurrentHue default = 0x0000;
2840-
persist attribute enhancedColorMode default = 0x01;
2840+
persist attribute enhancedColorModes default = 0x01;
28412841
persist attribute colorLoopActive default = 0x00;
28422842
persist attribute colorLoopDirection default = 0x00;
28432843
persist attribute colorLoopTime default = 0x0019;

examples/lighting-app/qpg/zap/light.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ cluster ColorControl = 768 {
16341634
kOpticalColorMonitoringAndFeedback = 4;
16351635
}
16361636

1637-
enum EnhancedColorMode : enum8 {
1637+
enum EnhancedColorModes : enum8 {
16381638
kCurrentHueAndCurrentSaturation = 0;
16391639
kCurrentXAndCurrentY = 1;
16401640
kColorTemperature = 2;
@@ -1738,7 +1738,7 @@ cluster ColorControl = 768 {
17381738
attribute access(write: manage) optional int16u colorPointBY = 59;
17391739
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
17401740
readonly attribute optional int16u enhancedCurrentHue = 16384;
1741-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
1741+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
17421742
readonly attribute optional int8u colorLoopActive = 16386;
17431743
readonly attribute optional int8u colorLoopDirection = 16387;
17441744
readonly attribute optional int16u colorLoopTime = 16388;
@@ -2393,7 +2393,7 @@ endpoint 1 {
23932393
ram attribute primary6Y;
23942394
ram attribute primary6Intensity;
23952395
ram attribute enhancedCurrentHue default = 0x0000;
2396-
ram attribute enhancedColorMode default = 0x01;
2396+
ram attribute enhancedColorModes default = 0x01;
23972397
ram attribute colorLoopActive default = 0x00;
23982398
ram attribute colorLoopDirection default = 0x00;
23992399
ram attribute colorLoopTime default = 0x0019;

examples/lighting-app/silabs/data_model/lighting-thread-app.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ cluster ColorControl = 768 {
17231723
kOpticalColorMonitoringAndFeedback = 4;
17241724
}
17251725

1726-
enum EnhancedColorMode : enum8 {
1726+
enum EnhancedColorModes : enum8 {
17271727
kCurrentHueAndCurrentSaturation = 0;
17281728
kCurrentXAndCurrentY = 1;
17291729
kColorTemperature = 2;
@@ -1827,7 +1827,7 @@ cluster ColorControl = 768 {
18271827
attribute access(write: manage) optional int16u colorPointBY = 59;
18281828
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
18291829
readonly attribute optional int16u enhancedCurrentHue = 16384;
1830-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
1830+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
18311831
readonly attribute optional int8u colorLoopActive = 16386;
18321832
readonly attribute optional int8u colorLoopDirection = 16387;
18331833
readonly attribute optional int16u colorLoopTime = 16388;
@@ -2436,7 +2436,7 @@ endpoint 1 {
24362436
ram attribute options default = 0x00;
24372437
ram attribute numberOfPrimaries;
24382438
persist attribute enhancedCurrentHue default = 0x0000;
2439-
persist attribute enhancedColorMode default = 0x01;
2439+
persist attribute enhancedColorModes default = 0x01;
24402440
persist attribute colorLoopActive default = 0x00;
24412441
persist attribute colorLoopDirection default = 0x00;
24422442
persist attribute colorLoopTime default = 0x0019;

examples/lighting-app/silabs/data_model/lighting-wifi-app.matter

+3-3
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ cluster ColorControl = 768 {
20142014
kOpticalColorMonitoringAndFeedback = 4;
20152015
}
20162016

2017-
enum EnhancedColorMode : enum8 {
2017+
enum EnhancedColorModes : enum8 {
20182018
kCurrentHueAndCurrentSaturation = 0;
20192019
kCurrentXAndCurrentY = 1;
20202020
kColorTemperature = 2;
@@ -2118,7 +2118,7 @@ cluster ColorControl = 768 {
21182118
attribute access(write: manage) optional int16u colorPointBY = 59;
21192119
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
21202120
readonly attribute optional int16u enhancedCurrentHue = 16384;
2121-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
2121+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
21222122
readonly attribute optional int8u colorLoopActive = 16386;
21232123
readonly attribute optional int8u colorLoopDirection = 16387;
21242124
readonly attribute optional int16u colorLoopTime = 16388;
@@ -2729,7 +2729,7 @@ endpoint 1 {
27292729
ram attribute options default = 0x00;
27302730
ram attribute numberOfPrimaries;
27312731
persist attribute enhancedCurrentHue default = 0x0000;
2732-
persist attribute enhancedColorMode default = 0x01;
2732+
persist attribute enhancedColorModes default = 0x01;
27332733
persist attribute colorLoopActive default = 0x00;
27342734
persist attribute colorLoopDirection default = 0x00;
27352735
persist attribute colorLoopTime default = 0x0019;

examples/placeholder/linux/apps/app1/config.matter

+5-5
Original file line numberDiff line numberDiff line change
@@ -5573,7 +5573,7 @@ cluster ColorControl = 768 {
55735573
kOpticalColorMonitoringAndFeedback = 4;
55745574
}
55755575

5576-
enum EnhancedColorMode : enum8 {
5576+
enum EnhancedColorModes : enum8 {
55775577
kCurrentHueAndCurrentSaturation = 0;
55785578
kCurrentXAndCurrentY = 1;
55795579
kColorTemperature = 2;
@@ -5677,7 +5677,7 @@ cluster ColorControl = 768 {
56775677
attribute access(write: manage) optional int16u colorPointBY = 59;
56785678
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
56795679
readonly attribute optional int16u enhancedCurrentHue = 16384;
5680-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
5680+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
56815681
readonly attribute optional int8u colorLoopActive = 16386;
56825682
readonly attribute optional int8u colorLoopDirection = 16387;
56835683
readonly attribute optional int16u colorLoopTime = 16388;
@@ -5912,7 +5912,7 @@ cluster ColorControl = 768 {
59125912
kOpticalColorMonitoringAndFeedback = 4;
59135913
}
59145914

5915-
enum EnhancedColorMode : enum8 {
5915+
enum EnhancedColorModes : enum8 {
59165916
kCurrentHueAndCurrentSaturation = 0;
59175917
kCurrentXAndCurrentY = 1;
59185918
kColorTemperature = 2;
@@ -6016,7 +6016,7 @@ cluster ColorControl = 768 {
60166016
attribute access(write: manage) optional int16u colorPointBY = 59;
60176017
attribute access(write: manage) optional nullable int8u colorPointBIntensity = 60;
60186018
readonly attribute optional int16u enhancedCurrentHue = 16384;
6019-
readonly attribute EnhancedColorMode enhancedColorMode = 16385;
6019+
readonly attribute EnhancedColorModes enhancedColorModes = 16385;
60206020
readonly attribute optional int8u colorLoopActive = 16386;
60216021
readonly attribute optional int8u colorLoopDirection = 16387;
60226022
readonly attribute optional int16u colorLoopTime = 16388;
@@ -9236,7 +9236,7 @@ endpoint 1 {
92369236
ram attribute colorPointBY;
92379237
ram attribute colorPointBIntensity;
92389238
ram attribute enhancedCurrentHue default = 0x00;
9239-
ram attribute enhancedColorMode default = 0x01;
9239+
ram attribute enhancedColorModes default = 0x01;
92409240
ram attribute colorLoopActive default = 0x00;
92419241
ram attribute colorLoopDirection default = 0x00;
92429242
ram attribute colorLoopTime default = 0x0019;

0 commit comments

Comments
 (0)