From b5cdea701b6ff3522a3d552f108d8e6a82423d94 Mon Sep 17 00:00:00 2001 From: Gatien Chapon Date: Thu, 7 Nov 2024 15:54:31 +0100 Subject: [PATCH] Revert "[nxp fromtree] Add missing feature map bit (#35915) (#35966)" This reverts commit cd4d7fd6d46629af62e6407505c4e9017cc0dba0. Signed-off-by: Gatien Chapon --- .../light-switch-common/light-switch-app.matter | 2 +- .../light-switch-app/light-switch-common/light-switch-app.zap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 e2fea1bdb8c336..947a24740fba32 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 = 6; + ram attribute featureMap default = 2; ram attribute clusterRevision default = 2; } } 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 595b0d8f838a7d..89f718140f12e3 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": "6", + "defaultValue": "2", "reportable": 1, "minInterval": 1, "maxInterval": 65534,