-
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.
[Chef] BasicVideoPlayer: Fix MediaInput and MediaPlayback not reporti…
…ng attribute changes due to using AttributeAccessInterface (#35122) * Fix media-input accessinterface 1. SelectInput command won't call reportData since MatterReportingAttributeChangeCallback isn't called 2. PW RPC Writing CurrentInput attribute of MediaInput cluster through won't reportData. The value is also mismatch with PW RPC Read. (But this is still under WIP and not working) * Not writing the MediaInput cluster through RPC * Remove unused function HandleSetCurrentInput * Move all attributes logic to Chef application * Fix typo * Fix CurrentState(Playback Cluster) not report data * Restyled by whitespace * Restyled by clang-format * Set CurrentState & PlaybackSpeed in MediaPlayback cluster * Set some attributes to persist (NVM) * Remove mPlaybackSpeed/mCurrentState/mCurrentInput * modify playSpeed from 1.0 to 1 * Restyled by clang-format * Fix type in error messages * Restyled by clang-format --------- Co-authored-by: Restyled.io <commits@restyled.io>
- Loading branch information
1 parent
82ef12b
commit 0944982
Showing
7 changed files
with
149 additions
and
84 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 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
Oops, something went wrong.