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
The lock-app.zap file used for Matter's Door Lock example enable the Groups Cluster on endpoint 1. This should not be the case, as Groups is not a requirement for a Door Lock per the spec, section 8.1.4.
Problem
The lock-app.zap file used for Matter's Door Lock example enable the Groups Cluster on endpoint 1. This should not be the case, as Groups is not a requirement for a Door Lock per the spec, section 8.1.4.
See device-library spec, version Version master 3dda765, 2022-08-23 15:57:15 -0700: Draft
https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/device_types/DoorLock.adoc#cluster-requirements
lock-app.zap file: https://github.com/project-chip/connectedhomeip/blob/sve-2/examples/lock-app/lock-common/lock-app.zap#L5485
Proposed Solution
Suggested fix is to either turn the enable value for the Groups server on endpoint 1 to "0" or remove all Groups Cluster references from the zap file.
The text was updated successfully, but these errors were encountered: