Skip to content

Commit

Permalink
Remove invalid endpoint composition from lighting-app (#27133)
Browse files Browse the repository at this point in the history
Problem:
- lighting-app example has Scenes and Groups clusters on Endpoint 0, which is invalid.

Fixes:
- Remove clusters that don't belong on Endpoint 0
  - LevelControl
  - OnOff
  - Groups
  - Scenes

Testing done:
- TC_RR_1_1 still passes
- TC_LVL_2_1 still passes

Co-authored-by: tennessee.carmelveilleux@gmail.com <tennessee@google.com>
  • Loading branch information
2 people authored and pull[bot] committed Jan 15, 2024
1 parent f2700fb commit 1702412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 727 deletions.
6 changes: 0 additions & 6 deletions examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2101,12 +2101,6 @@ endpoint 0 {
device type rootdevice = 22, version 1;
binding cluster OtaSoftwareUpdateProvider;

server cluster Groups {
ram attribute nameSupport;
ram attribute featureMap default = 0;
ram attribute clusterRevision default = 4;
}

server cluster Descriptor {
callback attribute deviceTypeList;
callback attribute serverList;
Expand Down
Loading

0 comments on commit 1702412

Please sign in to comment.