File tree 7 files changed +9
-9
lines changed
all-clusters-minimal-app/all-clusters-common
tv-casting-app/tv-casting-common
app/zap-templates/zcl/data-model/chip
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4935,7 +4935,7 @@ cluster KeypadInput = 1289 {
4935
4935
4936
4936
/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
4937
4937
cluster ContentLauncher = 1290 {
4938
- revision 1; // NOTE: Default/not specifically set
4938
+ revision 1;
4939
4939
4940
4940
enum CharacteristicEnum : enum8 {
4941
4941
kForcedSubtitles = 0;
Original file line number Diff line number Diff line change @@ -7215,7 +7215,7 @@ cluster KeypadInput = 1289 {
7215
7215
7216
7216
/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
7217
7217
cluster ContentLauncher = 1290 {
7218
- revision 1; // NOTE: Default/not specifically set
7218
+ revision 1;
7219
7219
7220
7220
enum CharacteristicEnum : enum8 {
7221
7221
kForcedSubtitles = 0;
@@ -7369,7 +7369,7 @@ cluster ContentLauncher = 1290 {
7369
7369
7370
7370
/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
7371
7371
cluster ContentLauncher = 1290 {
7372
- revision 1; // NOTE: Default/not specifically set
7372
+ revision 1;
7373
7373
7374
7374
enum CharacteristicEnum : enum8 {
7375
7375
kForcedSubtitles = 0;
Original file line number Diff line number Diff line change @@ -7172,7 +7172,7 @@ cluster KeypadInput = 1289 {
7172
7172
7173
7173
/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
7174
7174
cluster ContentLauncher = 1290 {
7175
- revision 1; // NOTE: Default/not specifically set
7175
+ revision 1;
7176
7176
7177
7177
enum CharacteristicEnum : enum8 {
7178
7178
kForcedSubtitles = 0;
@@ -7326,7 +7326,7 @@ cluster ContentLauncher = 1290 {
7326
7326
7327
7327
/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
7328
7328
cluster ContentLauncher = 1290 {
7329
- revision 1; // NOTE: Default/not specifically set
7329
+ revision 1;
7330
7330
7331
7331
enum CharacteristicEnum : enum8 {
7332
7332
kForcedSubtitles = 0;
Original file line number Diff line number Diff line change @@ -2612,7 +2612,7 @@ cluster KeypadInput = 1289 {
2612
2612
2613
2613
/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
2614
2614
cluster ContentLauncher = 1290 {
2615
- revision 1; // NOTE: Default/not specifically set
2615
+ revision 1;
2616
2616
2617
2617
enum CharacteristicEnum : enum8 {
2618
2618
kForcedSubtitles = 0;
Original file line number Diff line number Diff line change @@ -2074,7 +2074,7 @@ cluster KeypadInput = 1289 {
2074
2074
2075
2075
/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
2076
2076
cluster ContentLauncher = 1290 {
2077
- revision 1; // NOTE: Default/not specifically set
2077
+ revision 1;
2078
2078
2079
2079
enum CharacteristicEnum : enum8 {
2080
2080
kForcedSubtitles = 0;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ limitations under the License.
24
24
<client init =" false" tick =" false" >true</client >
25
25
<server init =" false" tick =" false" >true</server >
26
26
<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" />
28
28
29
29
<attribute side =" server" code =" 0x0000" define =" CONTENT_LAUNCHER_ACCEPT_HEADER" type =" array" entryType =" char_string" length =" 254" writable =" false" optional =" true" >AcceptHeader</attribute >
30
30
<attribute side =" server" code =" 0x0001" define =" CONTENT_LAUNCHER_SUPPORTED_STREAMING_PROTOCOLS" type =" SupportedProtocolsBitmap" default =" 0" writable =" false" optional =" true" >SupportedStreamingProtocols</attribute >
Original file line number Diff line number Diff line change @@ -7700,7 +7700,7 @@ cluster KeypadInput = 1289 {
7700
7700
7701
7701
/** This cluster provides an interface for launching content on a media player device such as a TV or Speaker. */
7702
7702
cluster ContentLauncher = 1290 {
7703
- revision 1; // NOTE: Default/not specifically set
7703
+ revision 1;
7704
7704
7705
7705
enum CharacteristicEnum : enum8 {
7706
7706
kForcedSubtitles = 0;
You can’t perform that action at this time.
0 commit comments