Skip to content

Commit 5e6db9c

Browse files
authored
Fix typo in XML for Content Launcher cluster (#31015)
* Fix typo * Committing files from zap regen
1 parent a173840 commit 5e6db9c

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -4935,7 +4935,7 @@ cluster KeypadInput = 1289 {
49354935

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

49404940
enum CharacteristicEnum : enum8 {
49414941
kForcedSubtitles = 0;

examples/placeholder/linux/apps/app1/config.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -7215,7 +7215,7 @@ cluster KeypadInput = 1289 {
72157215

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

72207220
enum CharacteristicEnum : enum8 {
72217221
kForcedSubtitles = 0;
@@ -7369,7 +7369,7 @@ cluster ContentLauncher = 1290 {
73697369

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

73747374
enum CharacteristicEnum : enum8 {
73757375
kForcedSubtitles = 0;

examples/placeholder/linux/apps/app2/config.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -7172,7 +7172,7 @@ cluster KeypadInput = 1289 {
71727172

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

71777177
enum CharacteristicEnum : enum8 {
71787178
kForcedSubtitles = 0;
@@ -7326,7 +7326,7 @@ cluster ContentLauncher = 1290 {
73267326

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

73317331
enum CharacteristicEnum : enum8 {
73327332
kForcedSubtitles = 0;

examples/tv-app/tv-common/tv-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,7 @@ cluster KeypadInput = 1289 {
26122612

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

26172617
enum CharacteristicEnum : enum8 {
26182618
kForcedSubtitles = 0;

examples/tv-casting-app/tv-casting-common/tv-casting-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ cluster KeypadInput = 1289 {
20742074

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

20792079
enum CharacteristicEnum : enum8 {
20802080
kForcedSubtitles = 0;

src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
<client init="false" tick="false">true</client>
2525
<server init="false" tick="false">true</server>
2626
<description>This cluster provides an interface for launching content on a media player device such as a TV or Speaker.</description>
27-
<globalAttribure side="either" code="0xFFFD" value="1"/>
27+
<globalAttribute side="either" code="0xFFFD" value="1"/>
2828

2929
<attribute side="server" code="0x0000" define="CONTENT_LAUNCHER_ACCEPT_HEADER" type="array" entryType="char_string" length="254" writable="false" optional="true">AcceptHeader</attribute>
3030
<attribute side="server" code="0x0001" define="CONTENT_LAUNCHER_SUPPORTED_STREAMING_PROTOCOLS" type="SupportedProtocolsBitmap" default="0" writable="false" optional="true">SupportedStreamingProtocols</attribute>

src/controller/data_model/controller-clusters.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -7700,7 +7700,7 @@ cluster KeypadInput = 1289 {
77007700

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

77057705
enum CharacteristicEnum : enum8 {
77067706
kForcedSubtitles = 0;

0 commit comments

Comments
 (0)