Align Time Format Localization cluster XML to spec changes. (#25289)
* Align Time Format Localization cluster XML to spec changes.
Spec changes happened in https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/6184.
Fixes https://github.com/project-chip/connectedhomeip/issues/24999
* Auto-update ZAP files.
* Regenerate generated code.
diff --git a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
index 2cc3f91..af61042 100644
--- a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
+++ b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
@@ -402,7 +402,7 @@
}
server cluster TimeFormatLocalization = 44 {
- enum CalendarType : ENUM8 {
+ enum CalendarTypeEnum : ENUM8 {
kBuddhist = 0;
kChinese = 1;
kCoptic = 2;
@@ -417,14 +417,14 @@
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;