From ee1f30658328b9ea56b403926318ca6a885760d7 Mon Sep 17 00:00:00 2001 From: C Freeman Date: Mon, 16 Oct 2023 11:22:21 -0400 Subject: [PATCH] all-clusters: Fix conformance on Switch (#29744) Attribute 2 requires the MSM feature, which in turn requires two other features that are not on. Instead, turn off this attribute. --- .../all-clusters-app.matter | 2 -- .../all-clusters-common/all-clusters-app.zap | 18 +----------------- 2 files changed, 1 insertion(+), 19 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 be8ffe2888b4b2..928c49a98a9056 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 @@ -2158,7 +2158,6 @@ server cluster Switch = 59 { readonly attribute int8u numberOfPositions = 0; readonly attribute int8u currentPosition = 1; - readonly attribute int8u multiPressMax = 2; readonly attribute command_id generatedCommandList[] = 65528; readonly attribute command_id acceptedCommandList[] = 65529; readonly attribute event_id eventList[] = 65530; @@ -6852,7 +6851,6 @@ endpoint 1 { emits event SwitchLatched; ram attribute numberOfPositions default = 2; ram attribute currentPosition; - ram attribute multiPressMax default = 2; ram attribute featureMap default = 1; ram attribute clusterRevision default = 1; } 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 dfafcec91a0d10..cb23f5ed0a34f7 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 @@ -8423,22 +8423,6 @@ "maxInterval": 65344, "reportableChange": 0 }, - { - "name": "MultiPressMax", - "code": 2, - "mfgCode": null, - "side": "server", - "type": "int8u", - "included": 1, - "storageOption": "RAM", - "singleton": 0, - "bounded": 0, - "defaultValue": "2", - "reportable": 1, - "minInterval": 0, - "maxInterval": 65344, - "reportableChange": 0 - }, { "name": "FeatureMap", "code": 65532, @@ -23341,4 +23325,4 @@ } ], "log": [] -} \ No newline at end of file +}