From 171782870822c4b4f23933ac2dab8fb61ccd6a7d Mon Sep 17 00:00:00 2001 From: Matt Hazley Date: Thu, 7 Sep 2023 21:25:22 +0100 Subject: [PATCH] Setting the feature map of all concentration clusters to 0 in zapfile so that we don't accidentally pass CI if the cluster fails to encode it (#29104) --- .../all-clusters-app.matter | 20 +++++++++---------- .../all-clusters-common/all-clusters-app.zap | 20 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter index 705324367f39e9..0350bdc758adcd 100644 --- a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter +++ b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter @@ -7233,7 +7233,7 @@ endpoint 1 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 63; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 3; } @@ -7252,7 +7252,7 @@ endpoint 1 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 63; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 3; } @@ -7271,7 +7271,7 @@ endpoint 1 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 63; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 3; } @@ -7290,7 +7290,7 @@ endpoint 1 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 63; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 3; } @@ -7309,7 +7309,7 @@ endpoint 1 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 63; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 3; } @@ -7328,7 +7328,7 @@ endpoint 1 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 63; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 3; } @@ -7347,7 +7347,7 @@ endpoint 1 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 63; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 3; } @@ -7366,7 +7366,7 @@ endpoint 1 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 63; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 3; } @@ -7385,7 +7385,7 @@ endpoint 1 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 63; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 3; } @@ -7404,7 +7404,7 @@ endpoint 1 { callback attribute generatedCommandList; callback attribute acceptedCommandList; callback attribute attributeList; - ram attribute featureMap default = 63; + ram attribute featureMap default = 0; ram attribute clusterRevision default = 3; } diff --git a/examples/all-clusters-app/all-clusters-common/all-clusters-app.zap b/examples/all-clusters-app/all-clusters-common/all-clusters-app.zap index 191519900a4990..6d4e6c60c4fec4 100644 --- a/examples/all-clusters-app/all-clusters-common/all-clusters-app.zap +++ b/examples/all-clusters-app/all-clusters-common/all-clusters-app.zap @@ -24162,7 +24162,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "63", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -24486,7 +24486,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "63", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -24810,7 +24810,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "63", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -25134,7 +25134,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "63", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -25458,7 +25458,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "63", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -25782,7 +25782,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "63", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -26106,7 +26106,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "63", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -26430,7 +26430,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "63", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -26754,7 +26754,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "63", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534, @@ -27078,7 +27078,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "63", + "defaultValue": "0", "reportable": 1, "minInterval": 1, "maxInterval": 65534,