From 0733ebe3806502a479e26b6a4e8c6d992b4969d0 Mon Sep 17 00:00:00 2001 From: Bharat Dandu Date: Fri, 6 Oct 2023 10:48:40 -0400 Subject: [PATCH] Cleaning up .matter file diffs JIRA: ZAPP-1113 --- .../log-source-common/log-source-app.zap | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/examples/log-source-app/log-source-common/log-source-app.zap b/examples/log-source-app/log-source-common/log-source-app.zap index 3efa4e9a4ea72e..cfea71732b9fea 100644 --- a/examples/log-source-app/log-source-common/log-source-app.zap +++ b/examples/log-source-app/log-source-common/log-source-app.zap @@ -1,6 +1,6 @@ { "fileFormat": 2, - "featureLevel": 98, + "featureLevel": 99, "creator": "zap", "keyValuePairs": [ { @@ -478,6 +478,14 @@ "side": "client", "enabled": 1, "commands": [ + { + "name": "RetrieveLogsRequest", + "code": 0, + "mfgCode": null, + "source": "client", + "isIncoming": 0, + "isEnabled": 1 + }, { "name": "RetrieveLogsResponse", "code": 1,