|
1563 | 1563 | }; \
|
1564 | 1564 | const EmberAfGenericClusterFunction chipFuncArrayOnOffServer[] = { \
|
1565 | 1565 | (EmberAfGenericClusterFunction) emberAfOnOffClusterServerInitCallback, \
|
| 1566 | + (EmberAfGenericClusterFunction) MatterOnOffClusterServerShutdownCallback, \ |
1566 | 1567 | }; \
|
1567 | 1568 | const EmberAfGenericClusterFunction chipFuncArrayLevelControlServer[] = { \
|
1568 | 1569 | (EmberAfGenericClusterFunction) emberAfLevelControlClusterServerInitCallback, \
|
| 1570 | + (EmberAfGenericClusterFunction) MatterLevelControlClusterServerShutdownCallback, \ |
1569 | 1571 | }; \
|
1570 | 1572 | const EmberAfGenericClusterFunction chipFuncArrayModeSelectServer[] = { \
|
1571 | 1573 | (EmberAfGenericClusterFunction) emberAfModeSelectClusterServerInitCallback, \
|
1572 | 1574 | (EmberAfGenericClusterFunction) MatterModeSelectClusterServerPreAttributeChangedCallback, \
|
1573 | 1575 | }; \
|
1574 | 1576 | const EmberAfGenericClusterFunction chipFuncArrayDoorLockServer[] = { \
|
1575 | 1577 | (EmberAfGenericClusterFunction) MatterDoorLockClusterServerAttributeChangedCallback, \
|
| 1578 | + (EmberAfGenericClusterFunction) MatterDoorLockClusterServerShutdownCallback, \ |
1576 | 1579 | (EmberAfGenericClusterFunction) MatterDoorLockClusterServerPreAttributeChangedCallback, \
|
1577 | 1580 | }; \
|
1578 | 1581 | const EmberAfGenericClusterFunction chipFuncArrayWindowCoveringServer[] = { \
|
1579 | 1582 | (EmberAfGenericClusterFunction) MatterWindowCoveringClusterServerAttributeChangedCallback, \
|
1580 | 1583 | }; \
|
| 1584 | + const EmberAfGenericClusterFunction chipFuncArrayBarrierControlServer[] = { \ |
| 1585 | + (EmberAfGenericClusterFunction) MatterBarrierControlClusterServerShutdownCallback, \ |
| 1586 | + }; \ |
1581 | 1587 | const EmberAfGenericClusterFunction chipFuncArrayPumpConfigurationAndControlServer[] = { \
|
1582 | 1588 | (EmberAfGenericClusterFunction) emberAfPumpConfigurationAndControlClusterServerInitCallback, \
|
1583 | 1589 | (EmberAfGenericClusterFunction) MatterPumpConfigurationAndControlClusterServerAttributeChangedCallback, \
|
|
1596 | 1602 | }; \
|
1597 | 1603 | const EmberAfGenericClusterFunction chipFuncArrayColorControlServer[] = { \
|
1598 | 1604 | (EmberAfGenericClusterFunction) emberAfColorControlClusterServerInitCallback, \
|
| 1605 | + (EmberAfGenericClusterFunction) MatterColorControlClusterServerShutdownCallback, \ |
1599 | 1606 | }; \
|
1600 | 1607 | const EmberAfGenericClusterFunction chipFuncArrayOccupancySensingServer[] = { \
|
1601 | 1608 | (EmberAfGenericClusterFunction) emberAfOccupancySensingClusterServerInitCallback, \
|
|
2355 | 2362 | .attributes = ZAP_ATTRIBUTE_INDEX(247), \
|
2356 | 2363 | .attributeCount = 7, \
|
2357 | 2364 | .clusterSize = 13, \
|
2358 |
| - .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(INIT_FUNCTION), \ |
| 2365 | + .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(INIT_FUNCTION) | ZAP_CLUSTER_MASK(SHUTDOWN_FUNCTION), \ |
2359 | 2366 | .functions = chipFuncArrayOnOffServer, \
|
2360 | 2367 | .acceptedCommandList = ZAP_GENERATED_COMMANDS_INDEX( 109 ) ,\
|
2361 | 2368 | .generatedCommandList = nullptr ,\
|
|
2381 | 2388 | .attributes = ZAP_ATTRIBUTE_INDEX(258), \
|
2382 | 2389 | .attributeCount = 16, \
|
2383 | 2390 | .clusterSize = 27, \
|
2384 |
| - .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(INIT_FUNCTION), \ |
| 2391 | + .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(INIT_FUNCTION) | ZAP_CLUSTER_MASK(SHUTDOWN_FUNCTION), \ |
2385 | 2392 | .functions = chipFuncArrayLevelControlServer, \
|
2386 | 2393 | .acceptedCommandList = ZAP_GENERATED_COMMANDS_INDEX( 116 ) ,\
|
2387 | 2394 | .generatedCommandList = nullptr ,\
|
|
2524 | 2531 | .attributes = ZAP_ATTRIBUTE_INDEX(324), \
|
2525 | 2532 | .attributeCount = 33, \
|
2526 | 2533 | .clusterSize = 55, \
|
2527 |
| - .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(ATTRIBUTE_CHANGED_FUNCTION) | ZAP_CLUSTER_MASK(PRE_ATTRIBUTE_CHANGED_FUNCTION), \ |
| 2534 | + .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(ATTRIBUTE_CHANGED_FUNCTION) | ZAP_CLUSTER_MASK(SHUTDOWN_FUNCTION) | ZAP_CLUSTER_MASK(PRE_ATTRIBUTE_CHANGED_FUNCTION), \ |
2528 | 2535 | .functions = chipFuncArrayDoorLockServer, \
|
2529 | 2536 | .acceptedCommandList = ZAP_GENERATED_COMMANDS_INDEX( 127 ) ,\
|
2530 | 2537 | .generatedCommandList = ZAP_GENERATED_COMMANDS_INDEX( 142 ) ,\
|
|
2550 | 2557 | .attributes = ZAP_ATTRIBUTE_INDEX(381), \
|
2551 | 2558 | .attributeCount = 6, \
|
2552 | 2559 | .clusterSize = 11, \
|
2553 |
| - .mask = ZAP_CLUSTER_MASK(SERVER), \ |
2554 |
| - .functions = NULL, \ |
| 2560 | + .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(SHUTDOWN_FUNCTION), \ |
| 2561 | + .functions = chipFuncArrayBarrierControlServer, \ |
2555 | 2562 | .acceptedCommandList = ZAP_GENERATED_COMMANDS_INDEX( 156 ) ,\
|
2556 | 2563 | .generatedCommandList = nullptr ,\
|
2557 | 2564 | .eventList = nullptr, \
|
|
2615 | 2622 | .attributes = ZAP_ATTRIBUTE_INDEX(446), \
|
2616 | 2623 | .attributeCount = 54, \
|
2617 | 2624 | .clusterSize = 345, \
|
2618 |
| - .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(INIT_FUNCTION), \ |
| 2625 | + .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(INIT_FUNCTION) | ZAP_CLUSTER_MASK(SHUTDOWN_FUNCTION), \ |
2619 | 2626 | .functions = chipFuncArrayColorControlServer, \
|
2620 | 2627 | .acceptedCommandList = ZAP_GENERATED_COMMANDS_INDEX( 161 ) ,\
|
2621 | 2628 | .generatedCommandList = nullptr ,\
|
|
2901 | 2908 | .attributes = ZAP_ATTRIBUTE_INDEX(682), \
|
2902 | 2909 | .attributeCount = 7, \
|
2903 | 2910 | .clusterSize = 13, \
|
2904 |
| - .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(INIT_FUNCTION), \ |
| 2911 | + .mask = ZAP_CLUSTER_MASK(SERVER) | ZAP_CLUSTER_MASK(INIT_FUNCTION) | ZAP_CLUSTER_MASK(SHUTDOWN_FUNCTION), \ |
2905 | 2912 | .functions = chipFuncArrayOnOffServer, \
|
2906 | 2913 | .acceptedCommandList = ZAP_GENERATED_COMMANDS_INDEX( 237 ) ,\
|
2907 | 2914 | .generatedCommandList = nullptr ,\
|
|
0 commit comments