Skip to content

Commit

Permalink
Update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored and woody-apple committed Jan 26, 2022
1 parent 317ea68 commit 32ef5ab
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
2 changes: 1 addition & 1 deletion examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/lighting-common/lighting-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
2 changes: 1 addition & 1 deletion examples/pump-app/pump-common/pump-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ server cluster OperationalCredentials = 62 {

server cluster SoftwareDiagnostics = 52 {
info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute int64u currentHeapHighWatermark = 3;
Expand Down
2 changes: 1 addition & 1 deletion examples/thermostat/thermostat-common/thermostat.matter
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
2 changes: 1 addition & 1 deletion examples/tv-app/tv-common/tv-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2070,7 +2070,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
2 changes: 1 addition & 1 deletion examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ server cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ client cluster SoftwareDiagnostics = 52 {
}

info event SoftwareFault = 0 {
SoftwareFault softwareFault = 0;
SoftwareFaultStruct softwareFault = 0;
}

readonly attribute ThreadMetrics threadMetrics[] = 0;
Expand Down
6 changes: 3 additions & 3 deletions src/controller/python/chip/clusters/Objects.py

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

2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/zap-generated/CHIPStructsObjc.h

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

2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/zap-generated/CHIPStructsObjc.mm

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.

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.

20 changes: 10 additions & 10 deletions zzz_generated/app-common/app-common/zap-generated/enums.h

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

4 changes: 2 additions & 2 deletions zzz_generated/chip-tool/zap-generated/cluster/Commands.h

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

0 comments on commit 32ef5ab

Please sign in to comment.