Skip to content

Commit

Permalink
Committing files from zap regen
Browse files Browse the repository at this point in the history
  • Loading branch information
rbultman committed Dec 14, 2023
1 parent 3898e50 commit 5fa1e60
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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
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 5fa1e60

Please sign in to comment.