-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sending of timed invoke via MTRBaseDevice invokeCommandWithEndpoi…
…ntId. (#21804) * Fix CommandSender to error out early if it detects that its "am I a timed invoke" state does not match whether a timed invoke timeout was provided. This should prevent invalid message sequences from being sent by accident. * Move the one actual test from MTRClustersTests to MTRDeviceTests. * Enable running MTRDeviceTests in CI. * Add a test to MTRDeviceTests that does a timed invoke. * Fix incorrect initialization of CommandSender in invokeCommandWithEndpointId The tests being enabled fail without that last item.
- Loading branch information
1 parent
4f934e2
commit 1704416
Showing
6 changed files
with
105 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters