Skip to content

Commit

Permalink
Fix more list formats
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Aug 25, 2023
1 parent 0863716 commit 58ea0e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/format/protocol_messages.matter
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ client cluster IMProtocol = 0xFFFF0001 {
int16u min_minterval_floor = 1;
int16u max_minterval_ceiling = 2;
optional AttributePathIB attribute_requests[] = 3;
optional EventPathIB event_requests = 4;
optional EventFilterIB event_filters = 5;
optional EventPathIB event_requests[] = 4;
optional EventFilterIB event_filters[] = 5;
// NOTE: 6 is missing here ...
boolean fabric_filtered = 7;
optional DataVersionFilterIB data_version_filters = 8;
optional DataVersionFilterIB data_version_filters[] = 8;

// 10.2.2.2. Context Tag Encoded Action Information
int8u interaction_model_revison = 0xFF;
Expand Down

0 comments on commit 58ea0e8

Please sign in to comment.