From 2628962c5e316d83615e76d44775b4ac053bf02a Mon Sep 17 00:00:00 2001 From: Rob Bultman Date: Thu, 14 Dec 2023 15:12:19 -0500 Subject: [PATCH] Fix typo in XML for Content Launcher cluster (#31015) * Fix typo * Committing files from zap regen --- .../all-clusters-common/all-clusters-minimal-app.matter | 2 +- examples/placeholder/linux/apps/app1/config.matter | 4 ++-- examples/placeholder/linux/apps/app2/config.matter | 4 ++-- examples/tv-app/tv-common/tv-app.matter | 2 +- .../tv-casting-app/tv-casting-common/tv-casting-app.matter | 2 +- .../zcl/data-model/chip/content-launch-cluster.xml | 2 +- src/controller/data_model/controller-clusters.matter | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter index 3cc36229c8b746..5807eb87751af6 100644 --- a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter +++ b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter @@ -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; diff --git a/examples/placeholder/linux/apps/app1/config.matter b/examples/placeholder/linux/apps/app1/config.matter index dd7a80c0e82c2c..b4640f8c4a3672 100644 --- a/examples/placeholder/linux/apps/app1/config.matter +++ b/examples/placeholder/linux/apps/app1/config.matter @@ -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; @@ -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; diff --git a/examples/placeholder/linux/apps/app2/config.matter b/examples/placeholder/linux/apps/app2/config.matter index 08fdcf436ee5c4..36f159971df424 100644 --- a/examples/placeholder/linux/apps/app2/config.matter +++ b/examples/placeholder/linux/apps/app2/config.matter @@ -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; @@ -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; diff --git a/examples/tv-app/tv-common/tv-app.matter b/examples/tv-app/tv-common/tv-app.matter index 6a2e39c61d94aa..53dc55769bb17a 100644 --- a/examples/tv-app/tv-common/tv-app.matter +++ b/examples/tv-app/tv-common/tv-app.matter @@ -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; diff --git a/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter b/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter index 6e305470fa07af..a975d4df38f80e 100644 --- a/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter +++ b/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter @@ -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; diff --git a/src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml index f74b61a29f4784..ceb2484b71c278 100644 --- a/src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml @@ -24,7 +24,7 @@ limitations under the License. true true This cluster provides an interface for launching content on a media player device such as a TV or Speaker. - + AcceptHeader SupportedStreamingProtocols diff --git a/src/controller/data_model/controller-clusters.matter b/src/controller/data_model/controller-clusters.matter index 5ee0a9704a4462..41c3cc1d0ac409 100644 --- a/src/controller/data_model/controller-clusters.matter +++ b/src/controller/data_model/controller-clusters.matter @@ -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;