@@ -291,56 +291,6 @@ cluster Identify = 3 {
291
291
command access(invoke: manage) TriggerEffect(TriggerEffectRequest): DefaultSuccess = 64;
292
292
}
293
293
294
- /** Attributes and commands for putting a device into Identification mode (e.g. flashing a light). */
295
- cluster Identify = 3 {
296
- revision 4;
297
-
298
- enum EffectIdentifierEnum : enum8 {
299
- kBlink = 0;
300
- kBreathe = 1;
301
- kOkay = 2;
302
- kChannelChange = 11;
303
- kFinishEffect = 254;
304
- kStopEffect = 255;
305
- }
306
-
307
- enum EffectVariantEnum : enum8 {
308
- kDefault = 0;
309
- }
310
-
311
- enum IdentifyTypeEnum : enum8 {
312
- kNone = 0;
313
- kLightOutput = 1;
314
- kVisibleIndicator = 2;
315
- kAudibleBeep = 3;
316
- kDisplay = 4;
317
- kActuator = 5;
318
- }
319
-
320
- attribute int16u identifyTime = 0;
321
- readonly attribute IdentifyTypeEnum identifyType = 1;
322
- readonly attribute command_id generatedCommandList[] = 65528;
323
- readonly attribute command_id acceptedCommandList[] = 65529;
324
- readonly attribute event_id eventList[] = 65530;
325
- readonly attribute attrib_id attributeList[] = 65531;
326
- readonly attribute bitmap32 featureMap = 65532;
327
- readonly attribute int16u clusterRevision = 65533;
328
-
329
- request struct IdentifyRequest {
330
- int16u identifyTime = 0;
331
- }
332
-
333
- request struct TriggerEffectRequest {
334
- EffectIdentifierEnum effectIdentifier = 0;
335
- EffectVariantEnum effectVariant = 1;
336
- }
337
-
338
- /** Command description for Identify */
339
- command access(invoke: manage) Identify(IdentifyRequest): DefaultSuccess = 0;
340
- /** Command description for TriggerEffect */
341
- command access(invoke: manage) TriggerEffect(TriggerEffectRequest): DefaultSuccess = 64;
342
- }
343
-
344
294
/** The Descriptor Cluster is meant to replace the support from the Zigbee Device Object (ZDO) for describing a node, its endpoints and clusters. */
345
295
cluster Descriptor = 29 {
346
296
revision 2;
@@ -2423,7 +2373,6 @@ endpoint 0 {
2423
2373
endpoint 1 {
2424
2374
device type ma_thermostat = 769, version 1;
2425
2375
2426
- binding cluster Identify;
2427
2376
2428
2377
server cluster Identify {
2429
2378
ram attribute identifyTime default = 0x0000;
0 commit comments