Skip to content

Commit 8a6be3c

Browse files
author
Wiktor Grajkowski
committed
sync light.matter with light.zap
1 parent a3edf3e commit 8a6be3c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

+4-6
Original file line numberDiff line numberDiff line change
@@ -2346,11 +2346,11 @@ endpoint 1 {
23462346
}
23472347

23482348
server cluster ColorControl {
2349-
ram attribute currentHue default = 0x00;
2350-
ram attribute currentSaturation default = 0x00;
2349+
persist attribute currentHue default = 0x00;
2350+
persist attribute currentSaturation default = 0x00;
23512351
ram attribute remainingTime default = 0x0000;
2352-
persist attribute currentX default = 0x616B;
2353-
persist attribute currentY default = 0x607D;
2352+
ram attribute currentX default = 0x616B;
2353+
ram attribute currentY default = 0x607D;
23542354
ram attribute colorTemperatureMireds default = 0x00FA;
23552355
ram attribute colorMode default = 0x01;
23562356
ram attribute options default = 0x00;
@@ -2412,5 +2412,3 @@ endpoint 1 {
24122412
handle command StepColorTemperature;
24132413
}
24142414
}
2415-
2416-

0 commit comments

Comments
 (0)