From 78521f59398ed71e387c36ad0c3e9f28430012b5 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Mon, 23 Sep 2024 11:10:33 -0400 Subject: [PATCH 1/2] Add missing feature map bit --- .../light-switch-app/light-switch-common/light-switch-app.zap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/light-switch-app/light-switch-common/light-switch-app.zap b/examples/light-switch-app/light-switch-common/light-switch-app.zap index 89f718140f12e3..595b0d8f838a7d 100644 --- a/examples/light-switch-app/light-switch-common/light-switch-app.zap +++ b/examples/light-switch-app/light-switch-common/light-switch-app.zap @@ -5587,7 +5587,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "2", + "defaultValue": "6", "reportable": 1, "minInterval": 1, "maxInterval": 65534, From 788c5d86117793a330a2dcc4b613eee2201115e4 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Fri, 4 Oct 2024 09:57:11 -0400 Subject: [PATCH 2/2] Generation --- .../light-switch-common/light-switch-app.matter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/light-switch-app/light-switch-common/light-switch-app.matter b/examples/light-switch-app/light-switch-common/light-switch-app.matter index 947a24740fba32..e2fea1bdb8c336 100644 --- a/examples/light-switch-app/light-switch-common/light-switch-app.matter +++ b/examples/light-switch-app/light-switch-common/light-switch-app.matter @@ -3222,7 +3222,7 @@ endpoint 2 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 2; + ram attribute featureMap default = 6; ram attribute clusterRevision default = 2; } }