Skip to content

Commit

Permalink
Fix typo in XML for Content Launcher cluster (#31015)
Browse files Browse the repository at this point in the history
* Fix typo

* Committing files from zap regen
  • Loading branch information
rbultman authored and pull[bot] committed Mar 27, 2024
1 parent f7d55ca commit 2628962
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4935,7 +4935,7 @@ cluster KeypadInput = 1289 {

/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
cluster ContentLauncher = 1290 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum CharacteristicEnum : enum8 {
kForcedSubtitles = 0;
Expand Down
4 changes: 2 additions & 2 deletions examples/placeholder/linux/apps/app1/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -7215,7 +7215,7 @@ cluster KeypadInput = 1289 {

/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
cluster ContentLauncher = 1290 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum CharacteristicEnum : enum8 {
kForcedSubtitles = 0;
Expand Down Expand Up @@ -7369,7 +7369,7 @@ cluster ContentLauncher = 1290 {

/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
cluster ContentLauncher = 1290 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum CharacteristicEnum : enum8 {
kForcedSubtitles = 0;
Expand Down
4 changes: 2 additions & 2 deletions examples/placeholder/linux/apps/app2/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -7172,7 +7172,7 @@ cluster KeypadInput = 1289 {

/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
cluster ContentLauncher = 1290 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum CharacteristicEnum : enum8 {
kForcedSubtitles = 0;
Expand Down Expand Up @@ -7326,7 +7326,7 @@ cluster ContentLauncher = 1290 {

/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
cluster ContentLauncher = 1290 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum CharacteristicEnum : enum8 {
kForcedSubtitles = 0;
Expand Down
2 changes: 1 addition & 1 deletion examples/tv-app/tv-common/tv-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2612,7 +2612,7 @@ cluster KeypadInput = 1289 {

/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
cluster ContentLauncher = 1290 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum CharacteristicEnum : enum8 {
kForcedSubtitles = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ cluster KeypadInput = 1289 {

/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
cluster ContentLauncher = 1290 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum CharacteristicEnum : enum8 {
kForcedSubtitles = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License.
<client init="false" tick="false">true</client>
<server init="false" tick="false">true</server>
<description>This cluster provides an interface for launching content on a media player device such as a TV or Speaker.</description>
<globalAttribure side="either" code="0xFFFD" value="1"/>
<globalAttribute side="either" code="0xFFFD" value="1"/>

<attribute side="server" code="0x0000" define="CONTENT_LAUNCHER_ACCEPT_HEADER" type="array" entryType="char_string" length="254" writable="false" optional="true">AcceptHeader</attribute>
<attribute side="server" code="0x0001" define="CONTENT_LAUNCHER_SUPPORTED_STREAMING_PROTOCOLS" type="SupportedProtocolsBitmap" default="0" writable="false" optional="true">SupportedStreamingProtocols</attribute>
Expand Down
2 changes: 1 addition & 1 deletion src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -7700,7 +7700,7 @@ cluster KeypadInput = 1289 {

/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
cluster ContentLauncher = 1290 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum CharacteristicEnum : enum8 {
kForcedSubtitles = 0;
Expand Down

0 comments on commit 2628962

Please sign in to comment.