You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added code to enable EventList support for Matter (#914)
* Added code to enable EventList support for Matter.
- Added new method to extract events from database: selectEndpointClusterEvents()
- Added new helper functions to construct list (array) of supported event IDs:
chip_endpoint_generated_event_count()
chip_endpoint_generated_event_list()
- Added eventList and eventCount entries to the EmberAfCluster struct
in the generated endpoint_config.h file
The EventList data is treated similar to CommandList data.
The assumption is that events are always server --> client.
* Removed Unused eventMfgCodes variable in the collectAttributes() function
* Removed casting for generatedEvents in endpoint-config.zapt file
* Updated selectEndpointClusterEvents() function to use existing mapping method dbMapping.map.event
* Updated selectEndpointClusterEvents() to select all supported event types.
* removed unsupported select field in selectEndpointClusterEvents()
0 commit comments