Skip to content

Commit

Permalink
Remove IdentifyQuery.
Browse files Browse the repository at this point in the history
This command has been removed from Matter.  See
CHIP-Specifications/connectedhomeip-spec#5240

Fixes project-chip#17133
  • Loading branch information
bzbarsky-apple committed May 25, 2022
1 parent a3fdd05 commit ef2fb2a
Show file tree
Hide file tree
Showing 91 changed files with 820 additions and 2,406 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1835,12 +1835,7 @@ server cluster Identify = 3 {
IdentifyEffectVariant effectVariant = 1;
}

response struct IdentifyQueryResponse = 0 {
INT16U timeout = 0;
}

command access(invoke: manage) Identify(IdentifyRequest): DefaultSuccess = 0;
command access(invoke: manage) IdentifyQuery(): IdentifyQueryResponse = 1;
command access(invoke: manage) TriggerEffect(TriggerEffectRequest): DefaultSuccess = 64;
}

Expand Down
Loading

0 comments on commit ef2fb2a

Please sign in to comment.