Skip to content

Commit

Permalink
Run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca committed Jan 20, 2022
1 parent 960cd9f commit cf94bae
Show file tree
Hide file tree
Showing 108 changed files with 2,932 additions and 583 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2919,6 +2919,33 @@ server cluster ThreadNetworkDiagnostics = 53 {
command ResetCounts(): DefaultSuccess = 0;
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
kEthiopian = 3;
kGregorian = 4;
kHebrew = 5;
kIndian = 6;
kIslamic = 7;
kJapanese = 8;
kKorean = 9;
kPersian = 10;
kTaiwanese = 11;
}

enum HourFormat : ENUM8 {
k12hr = 0;
k24hr = 1;
}

nosubscribe attribute HourFormat hourFormat = 0;
nosubscribe attribute CalendarType activeCalendarType = 1;
readonly nosubscribe attribute CalendarType supportedCalendarTypes[] = 2;
readonly nosubscribe attribute int16u clusterRevision = 65533;
}

server cluster UserLabel = 65 {
attribute LabelStruct labelList[] = 0;
readonly attribute int16u clusterRevision = 65533;
Expand Down Expand Up @@ -3043,6 +3070,7 @@ endpoint 0 {
server cluster RelativeHumidityMeasurement;
server cluster SoftwareDiagnostics;
server cluster ThreadNetworkDiagnostics;
server cluster TimeFormatLocalization;
server cluster UserLabel;
server cluster WiFiNetworkDiagnostics;
}
Expand Down
28 changes: 28 additions & 0 deletions examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,33 @@ server cluster ThreadNetworkDiagnostics = 53 {
readonly attribute int16u clusterRevision = 65533;
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
kEthiopian = 3;
kGregorian = 4;
kHebrew = 5;
kIndian = 6;
kIslamic = 7;
kJapanese = 8;
kKorean = 9;
kPersian = 10;
kTaiwanese = 11;
}

enum HourFormat : ENUM8 {
k12hr = 0;
k24hr = 1;
}

nosubscribe attribute HourFormat hourFormat = 0;
nosubscribe attribute CalendarType activeCalendarType = 1;
readonly nosubscribe attribute CalendarType supportedCalendarTypes[] = 2;
readonly nosubscribe attribute int16u clusterRevision = 65533;
}

server cluster UserLabel = 65 {
attribute LabelStruct labelList[] = 0;
readonly attribute int16u clusterRevision = 65533;
Expand Down Expand Up @@ -908,6 +935,7 @@ endpoint 0 {
server cluster OperationalCredentials;
server cluster SoftwareDiagnostics;
server cluster ThreadNetworkDiagnostics;
server cluster TimeFormatLocalization;
server cluster UserLabel;
server cluster WiFiNetworkDiagnostics;
}
Expand Down
28 changes: 28 additions & 0 deletions examples/door-lock-app/door-lock-common/door-lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,33 @@ server cluster ThreadNetworkDiagnostics = 53 {
readonly attribute int16u clusterRevision = 65533;
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
kEthiopian = 3;
kGregorian = 4;
kHebrew = 5;
kIndian = 6;
kIslamic = 7;
kJapanese = 8;
kKorean = 9;
kPersian = 10;
kTaiwanese = 11;
}

enum HourFormat : ENUM8 {
k12hr = 0;
k24hr = 1;
}

nosubscribe attribute HourFormat hourFormat = 0;
nosubscribe attribute CalendarType activeCalendarType = 1;
readonly nosubscribe attribute CalendarType supportedCalendarTypes[] = 2;
readonly nosubscribe attribute int16u clusterRevision = 65533;
}

server cluster UserLabel = 65 {
attribute LabelStruct labelList[] = 0;
readonly attribute int16u clusterRevision = 65533;
Expand Down Expand Up @@ -1118,6 +1145,7 @@ endpoint 0 {
server cluster PowerSourceConfiguration;
server cluster SoftwareDiagnostics;
server cluster ThreadNetworkDiagnostics;
server cluster TimeFormatLocalization;
server cluster UserLabel;
server cluster WiFiNetworkDiagnostics;
}
Expand Down
28 changes: 28 additions & 0 deletions examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,33 @@ server cluster ThreadNetworkDiagnostics = 53 {
command ResetCounts(): DefaultSuccess = 0;
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
kEthiopian = 3;
kGregorian = 4;
kHebrew = 5;
kIndian = 6;
kIslamic = 7;
kJapanese = 8;
kKorean = 9;
kPersian = 10;
kTaiwanese = 11;
}

enum HourFormat : ENUM8 {
k12hr = 0;
k24hr = 1;
}

nosubscribe attribute HourFormat hourFormat = 0;
nosubscribe attribute CalendarType activeCalendarType = 1;
readonly nosubscribe attribute CalendarType supportedCalendarTypes[] = 2;
readonly nosubscribe attribute int16u clusterRevision = 65533;
}

server cluster UserLabel = 65 {
attribute LabelStruct labelList[] = 0;
readonly attribute int16u clusterRevision = 65533;
Expand Down Expand Up @@ -1397,6 +1424,7 @@ endpoint 0 {
server cluster SoftwareDiagnostics;
server cluster Switch;
server cluster ThreadNetworkDiagnostics;
server cluster TimeFormatLocalization;
server cluster UserLabel;
server cluster WiFiNetworkDiagnostics;
}
Expand Down
28 changes: 28 additions & 0 deletions examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,33 @@ server cluster ThreadNetworkDiagnostics = 53 {
readonly attribute int16u clusterRevision = 65533;
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
kEthiopian = 3;
kGregorian = 4;
kHebrew = 5;
kIndian = 6;
kIslamic = 7;
kJapanese = 8;
kKorean = 9;
kPersian = 10;
kTaiwanese = 11;
}

enum HourFormat : ENUM8 {
k12hr = 0;
k24hr = 1;
}

nosubscribe attribute HourFormat hourFormat = 0;
nosubscribe attribute CalendarType activeCalendarType = 1;
readonly nosubscribe attribute CalendarType supportedCalendarTypes[] = 2;
readonly nosubscribe attribute int16u clusterRevision = 65533;
}

server cluster UserLabel = 65 {
attribute LabelStruct labelList[] = 0;
readonly attribute int16u clusterRevision = 65533;
Expand Down Expand Up @@ -814,6 +841,7 @@ endpoint 0 {
server cluster PowerSourceConfiguration;
server cluster SoftwareDiagnostics;
server cluster ThreadNetworkDiagnostics;
server cluster TimeFormatLocalization;
server cluster UserLabel;
server cluster WiFiNetworkDiagnostics;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,33 @@ server cluster OperationalCredentials = 62 {
command UpdateFabricLabel(UpdateFabricLabelRequest): NOCResponse = 9;
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
kEthiopian = 3;
kGregorian = 4;
kHebrew = 5;
kIndian = 6;
kIslamic = 7;
kJapanese = 8;
kKorean = 9;
kPersian = 10;
kTaiwanese = 11;
}

enum HourFormat : ENUM8 {
k12hr = 0;
k24hr = 1;
}

nosubscribe attribute HourFormat hourFormat = 0;
nosubscribe attribute CalendarType activeCalendarType = 1;
readonly nosubscribe attribute CalendarType supportedCalendarTypes[] = 2;
readonly nosubscribe attribute int16u clusterRevision = 65533;
}

server cluster UserLabel = 65 {
attribute LabelStruct labelList[] = 0;
readonly attribute int16u clusterRevision = 65533;
Expand All @@ -362,6 +389,7 @@ endpoint 0 {
server cluster NetworkCommissioning;
server cluster OtaSoftwareUpdateProvider;
server cluster OperationalCredentials;
server cluster TimeFormatLocalization;
server cluster UserLabel;
}

Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,33 @@ server cluster OperationalCredentials = 62 {
command UpdateNOC(UpdateNOCRequest): NOCResponse = 7;
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
kEthiopian = 3;
kGregorian = 4;
kHebrew = 5;
kIndian = 6;
kIslamic = 7;
kJapanese = 8;
kKorean = 9;
kPersian = 10;
kTaiwanese = 11;
}

enum HourFormat : ENUM8 {
k12hr = 0;
k24hr = 1;
}

nosubscribe attribute HourFormat hourFormat = 0;
nosubscribe attribute CalendarType activeCalendarType = 1;
readonly nosubscribe attribute CalendarType supportedCalendarTypes[] = 2;
readonly nosubscribe attribute int16u clusterRevision = 65533;
}

server cluster UserLabel = 65 {
attribute LabelStruct labelList[] = 0;
readonly attribute int16u clusterRevision = 65533;
Expand All @@ -475,6 +502,7 @@ endpoint 0 {
binding cluster OtaSoftwareUpdateProvider;
server cluster OtaSoftwareUpdateRequestor;
server cluster OperationalCredentials;
server cluster TimeFormatLocalization;
server cluster UserLabel;
}

28 changes: 28 additions & 0 deletions examples/pump-app/pump-common/pump-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,33 @@ server cluster ThreadNetworkDiagnostics = 53 {
readonly attribute int16u clusterRevision = 65533;
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
kEthiopian = 3;
kGregorian = 4;
kHebrew = 5;
kIndian = 6;
kIslamic = 7;
kJapanese = 8;
kKorean = 9;
kPersian = 10;
kTaiwanese = 11;
}

enum HourFormat : ENUM8 {
k12hr = 0;
k24hr = 1;
}

nosubscribe attribute HourFormat hourFormat = 0;
nosubscribe attribute CalendarType activeCalendarType = 1;
readonly nosubscribe attribute CalendarType supportedCalendarTypes[] = 2;
readonly nosubscribe attribute int16u clusterRevision = 65533;
}

server cluster UserLabel = 65 {
attribute LabelStruct labelList[] = 0;
readonly attribute int16u clusterRevision = 65533;
Expand All @@ -907,6 +934,7 @@ endpoint 0 {
server cluster OperationalCredentials;
server cluster SoftwareDiagnostics;
server cluster ThreadNetworkDiagnostics;
server cluster TimeFormatLocalization;
server cluster UserLabel;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,33 @@ server cluster ThreadNetworkDiagnostics = 53 {
readonly attribute int16u clusterRevision = 65533;
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
kEthiopian = 3;
kGregorian = 4;
kHebrew = 5;
kIndian = 6;
kIslamic = 7;
kJapanese = 8;
kKorean = 9;
kPersian = 10;
kTaiwanese = 11;
}

enum HourFormat : ENUM8 {
k12hr = 0;
k24hr = 1;
}

nosubscribe attribute HourFormat hourFormat = 0;
nosubscribe attribute CalendarType activeCalendarType = 1;
readonly nosubscribe attribute CalendarType supportedCalendarTypes[] = 2;
readonly nosubscribe attribute int16u clusterRevision = 65533;
}

server cluster UserLabel = 65 {
attribute LabelStruct labelList[] = 0;
readonly attribute int16u clusterRevision = 65533;
Expand Down Expand Up @@ -958,6 +985,7 @@ endpoint 0 {
server cluster OperationalCredentials;
server cluster SoftwareDiagnostics;
server cluster ThreadNetworkDiagnostics;
server cluster TimeFormatLocalization;
server cluster UserLabel;
server cluster WiFiNetworkDiagnostics;
}
Expand Down
Loading

0 comments on commit cf94bae

Please sign in to comment.