Skip to content

Commit

Permalink
Regenerate generated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Feb 24, 2023
1 parent f62a46b commit e16a7a8
Show file tree
Hide file tree
Showing 53 changed files with 347 additions and 338 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -867,14 +867,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -752,12 +752,12 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute HourFormatEnum hourFormat = 0;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
10 changes: 5 additions & 5 deletions examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -537,14 +537,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -566,14 +566,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
10 changes: 5 additions & 5 deletions examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -419,14 +419,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
10 changes: 5 additions & 5 deletions examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -566,14 +566,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
10 changes: 5 additions & 5 deletions examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -419,14 +419,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -566,14 +566,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
10 changes: 5 additions & 5 deletions examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -417,14 +417,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
10 changes: 5 additions & 5 deletions examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -433,14 +433,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -559,14 +559,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
10 changes: 5 additions & 5 deletions examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -433,14 +433,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
10 changes: 5 additions & 5 deletions examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -433,14 +433,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
10 changes: 5 additions & 5 deletions examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ server cluster LocalizationConfiguration = 43 {
}

server cluster TimeFormatLocalization = 44 {
enum CalendarType : ENUM8 {
enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
Expand All @@ -433,14 +433,14 @@ server cluster TimeFormatLocalization = 44 {
kTaiwanese = 11;
}

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

attribute HourFormat hourFormat = 0;
attribute CalendarType activeCalendarType = 1;
readonly attribute CalendarType supportedCalendarTypes[] = 2;
attribute HourFormatEnum hourFormat = 0;
attribute CalendarTypeEnum activeCalendarType = 1;
readonly attribute CalendarTypeEnum supportedCalendarTypes[] = 2;
readonly attribute command_id generatedCommandList[] = 65528;
readonly attribute command_id acceptedCommandList[] = 65529;
readonly attribute event_id eventList[] = 65530;
Expand Down
Loading

0 comments on commit e16a7a8

Please sign in to comment.