From 23aaf8571071c2712b4c1f3d41a77d7817065c23 Mon Sep 17 00:00:00 2001 From: Sarthak Shaha Date: Fri, 1 Mar 2024 16:03:50 -0500 Subject: [PATCH] reverted silabs changes --- .../silabs/data_model/lighting-thread-app.matter | 1 - .../silabs/data_model/lighting-thread-app.zap | 16 ++++------------ .../silabs/data_model/lighting-wifi-app.matter | 1 - .../silabs/data_model/lighting-wifi-app.zap | 16 ++++------------ 4 files changed, 8 insertions(+), 26 deletions(-) diff --git a/examples/lighting-app/silabs/data_model/lighting-thread-app.matter b/examples/lighting-app/silabs/data_model/lighting-thread-app.matter index f0859d26d90dca..6803904ba5e560 100644 --- a/examples/lighting-app/silabs/data_model/lighting-thread-app.matter +++ b/examples/lighting-app/silabs/data_model/lighting-thread-app.matter @@ -2520,7 +2520,6 @@ endpoint 0 { ram attribute clusterRevision default = 1; handle command RetrieveLogsRequest; - handle command RetrieveLogsResponse; } server cluster GeneralDiagnostics { diff --git a/examples/lighting-app/silabs/data_model/lighting-thread-app.zap b/examples/lighting-app/silabs/data_model/lighting-thread-app.zap index b26d5eb1f5e0c2..eb3e958009ace5 100644 --- a/examples/lighting-app/silabs/data_model/lighting-thread-app.zap +++ b/examples/lighting-app/silabs/data_model/lighting-thread-app.zap @@ -1509,14 +1509,6 @@ "source": "client", "isIncoming": 1, "isEnabled": 1 - }, - { - "name": "RetrieveLogsResponse", - "code": 1, - "mfgCode": null, - "source": "server", - "isIncoming": 0, - "isEnabled": 1 } ], "attributes": [ @@ -1739,10 +1731,10 @@ "side": "server", "type": "bitmap32", "included": 1, - "storageOption": "External", + "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": null, + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -1755,10 +1747,10 @@ "side": "server", "type": "int16u", "included": 1, - "storageOption": "External", + "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": null, + "defaultValue": "0x0002", "reportable": 1, "minInterval": 0, "maxInterval": 65344, diff --git a/examples/lighting-app/silabs/data_model/lighting-wifi-app.matter b/examples/lighting-app/silabs/data_model/lighting-wifi-app.matter index 2c37a0608699be..90083596d9cf24 100644 --- a/examples/lighting-app/silabs/data_model/lighting-wifi-app.matter +++ b/examples/lighting-app/silabs/data_model/lighting-wifi-app.matter @@ -2430,7 +2430,6 @@ endpoint 0 { ram attribute clusterRevision default = 1; handle command RetrieveLogsRequest; - handle command RetrieveLogsResponse; } server cluster GeneralDiagnostics { diff --git a/examples/lighting-app/silabs/data_model/lighting-wifi-app.zap b/examples/lighting-app/silabs/data_model/lighting-wifi-app.zap index 5c5e582f654265..c99d5e4716fcc9 100644 --- a/examples/lighting-app/silabs/data_model/lighting-wifi-app.zap +++ b/examples/lighting-app/silabs/data_model/lighting-wifi-app.zap @@ -1493,14 +1493,6 @@ "source": "client", "isIncoming": 1, "isEnabled": 1 - }, - { - "name": "RetrieveLogsResponse", - "code": 1, - "mfgCode": null, - "source": "server", - "isIncoming": 0, - "isEnabled": 1 } ], "attributes": [ @@ -1723,10 +1715,10 @@ "side": "server", "type": "bitmap32", "included": 1, - "storageOption": "External", + "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": null, + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -1739,10 +1731,10 @@ "side": "server", "type": "int16u", "included": 1, - "storageOption": "External", + "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": null, + "defaultValue": "0x0002", "reportable": 1, "minInterval": 0, "maxInterval": 65344,