Skip to content

Commit

Permalink
Enable reset watermark for software diagnostics on Window cover app (#…
Browse files Browse the repository at this point in the history
…15758)

* add reset watermarks to window app

* generated files
  • Loading branch information
mkardous-silabs authored and pull[bot] committed Dec 1, 2023
1 parent cd2ff3c commit 849c31c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@ server cluster SoftwareDiagnostics = 52 {
readonly attribute int64u currentHeapHighWatermark = 3;
readonly global attribute bitmap32 featureMap = 65532;
readonly global attribute int16u clusterRevision = 65533;

command ResetWatermarks(): DefaultSuccess = 0;
}

server cluster ThreadNetworkDiagnostics = 53 {
Expand Down
2 changes: 1 addition & 1 deletion examples/window-app/common/window-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@
"code": 0,
"mfgCode": null,
"source": "client",
"incoming": 0,
"incoming": 1,
"outgoing": 1
}
],
Expand Down
40 changes: 40 additions & 0 deletions zzz_generated/window-app/zap-generated/IMClusterCommandHandler.cpp

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

0 comments on commit 849c31c

Please sign in to comment.