Skip to content

Commit

Permalink
Regenerated lighting-app.matter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPygin committed Feb 10, 2023
1 parent 944821c commit b4c29e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,8 @@ server cluster Switch = 59 {
INT8U totalNumberOfPressesCounted = 1;
}

readonly attribute int8u numberOfPositions = 0;
readonly attribute int8u currentPosition = 1;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down Expand Up @@ -2189,3 +2191,5 @@ endpoint 1 {
ram attribute clusterRevision default = 3;
}
}


0 comments on commit b4c29e9

Please sign in to comment.