@@ -2272,15 +2272,15 @@ endpoint 1 {
2272
2272
}
2273
2273
2274
2274
server cluster OnOff {
2275
- ram attribute onOff default = 0;
2275
+ persist attribute onOff default = 0;
2276
2276
ram attribute globalSceneControl default = 1;
2277
2277
ram attribute onTime default = 0;
2278
2278
ram attribute offWaitTime default = 0;
2279
- ram attribute startUpOnOff;
2279
+ persist attribute startUpOnOff;
2280
2280
callback attribute generatedCommandList;
2281
2281
callback attribute acceptedCommandList;
2282
2282
callback attribute attributeList;
2283
- ram attribute featureMap default = 0 ;
2283
+ ram attribute featureMap default = 1 ;
2284
2284
ram attribute clusterRevision default = 5;
2285
2285
2286
2286
handle command Off;
@@ -2292,15 +2292,17 @@ endpoint 1 {
2292
2292
}
2293
2293
2294
2294
server cluster LevelControl {
2295
- ram attribute currentLevel default = 0x00;
2295
+ persist attribute currentLevel default = 0x00;
2296
2296
ram attribute remainingTime default = 0x0000;
2297
- ram attribute options default = 0x00;
2297
+ ram attribute minLevel default = 0x1;
2298
+ ram attribute maxLevel default = 0xFE;
2299
+ ram attribute options default = 0x01;
2298
2300
ram attribute onLevel;
2299
- ram attribute startUpCurrentLevel;
2301
+ persist attribute startUpCurrentLevel;
2300
2302
callback attribute generatedCommandList;
2301
2303
callback attribute acceptedCommandList;
2302
2304
callback attribute attributeList;
2303
- ram attribute featureMap default = 0 ;
2305
+ ram attribute featureMap default = 0x3 ;
2304
2306
ram attribute clusterRevision default = 6;
2305
2307
2306
2308
handle command MoveToLevel;
@@ -2327,53 +2329,23 @@ endpoint 1 {
2327
2329
2328
2330
server cluster ColorControl {
2329
2331
ram attribute remainingTime default = 0x0000;
2330
- ram attribute colorTemperatureMireds default = 0x00FA;
2331
- ram attribute colorMode default = 0x02;
2332
+ persist attribute colorTemperatureMireds default = 0x00FA;
2333
+ persist attribute colorMode default = 0x02;
2332
2334
ram attribute options default = 0x00;
2333
2335
ram attribute numberOfPrimaries;
2334
- ram attribute primary1X;
2335
- ram attribute primary1Y;
2336
- ram attribute primary1Intensity;
2337
- ram attribute primary2X;
2338
- ram attribute primary2Y;
2339
- ram attribute primary2Intensity;
2340
- ram attribute primary3X;
2341
- ram attribute primary3Y;
2342
- ram attribute primary3Intensity;
2343
- ram attribute primary4X;
2344
- ram attribute primary4Y;
2345
- ram attribute primary4Intensity;
2346
- ram attribute primary5X;
2347
- ram attribute primary5Y;
2348
- ram attribute primary5Intensity;
2349
- ram attribute primary6X;
2350
- ram attribute primary6Y;
2351
- ram attribute primary6Intensity;
2352
- ram attribute enhancedCurrentHue default = 0x0000;
2353
- ram attribute enhancedColorMode default = 0x02;
2354
- ram attribute colorCapabilities default = 0x0000;
2336
+ persist attribute enhancedColorMode default = 0x02;
2337
+ ram attribute colorCapabilities default = 0x0010;
2355
2338
ram attribute colorTempPhysicalMinMireds default = 0x009A;
2356
2339
ram attribute colorTempPhysicalMaxMireds default = 0x01C6;
2357
2340
ram attribute coupleColorTempToLevelMinMireds;
2358
- ram attribute startUpColorTemperatureMireds default = 0x00FA;
2341
+ persist attribute startUpColorTemperatureMireds default = 0x00FA;
2359
2342
callback attribute generatedCommandList;
2360
2343
callback attribute acceptedCommandList;
2361
2344
callback attribute attributeList;
2362
2345
ram attribute featureMap default = 0x0010;
2363
2346
ram attribute clusterRevision default = 7;
2364
2347
2365
- handle command MoveToHue;
2366
- handle command MoveHue;
2367
- handle command StepHue;
2368
- handle command MoveToSaturation;
2369
- handle command MoveSaturation;
2370
- handle command StepSaturation;
2371
- handle command MoveToHueAndSaturation;
2372
- handle command MoveToColor;
2373
- handle command MoveColor;
2374
- handle command StepColor;
2375
2348
handle command MoveToColorTemperature;
2376
- handle command EnhancedMoveToHue;
2377
2349
handle command EnhancedMoveHue;
2378
2350
handle command EnhancedStepHue;
2379
2351
handle command EnhancedMoveToHueAndSaturation;
0 commit comments