Skip to content

Commit

Permalink
Ran zap regen (#13840)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 10, 2023
1 parent c6db304 commit 1052012
Show file tree
Hide file tree
Showing 7 changed files with 535 additions and 11 deletions.
10 changes: 5 additions & 5 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@ client cluster LevelControl = 8 {
client cluster LocalizationConfiguration = 43 {
attribute char_string<35> activeLocale = 1;
readonly attribute CHAR_STRING supportedLocales[] = 2;
readonly global nosubscribe attribute int16u clusterRevision = 65533;
readonly global attribute int16u clusterRevision = 65533;
}

client cluster LowPower = 1288 {
Expand Down Expand Up @@ -3240,10 +3240,10 @@ client cluster TimeFormatLocalization = 44 {
k24hr = 1;
}

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

client cluster UserLabel = 65 {
Expand Down
151 changes: 151 additions & 0 deletions src/controller/java/zap-generated/CHIPClusters-JNI.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/controller/python/chip/clusters/CHIPClusters.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1052012

Please sign in to comment.