Skip to content

Commit

Permalink
Remove IdentifyQuery. (#18819)
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 #17133
  • Loading branch information
bzbarsky-apple authored May 26, 2022
1 parent 433c5ff commit c0295ae
Show file tree
Hide file tree
Showing 94 changed files with 827 additions and 2,418 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 c0295ae

Please sign in to comment.