File tree 1 file changed +4
-6
lines changed
examples/lighting-app/qpg/zap
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2346,11 +2346,11 @@ endpoint 1 {
2346
2346
}
2347
2347
2348
2348
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;
2351
2351
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;
2354
2354
ram attribute colorTemperatureMireds default = 0x00FA;
2355
2355
ram attribute colorMode default = 0x01;
2356
2356
ram attribute options default = 0x00;
@@ -2412,5 +2412,3 @@ endpoint 1 {
2412
2412
handle command StepColorTemperature;
2413
2413
}
2414
2414
}
2415
-
2416
-
You can’t perform that action at this time.
0 commit comments