Skip to content

Commit

Permalink
all-clusters: Fix conformance on Switch (#29744)
Browse files Browse the repository at this point in the history
Attribute 2 requires the MSM feature, which in turn requires two
other features that are not on. Instead, turn off this attribute.
  • Loading branch information
cecille authored and pull[bot] committed Dec 12, 2023
1 parent df709cd commit 1214451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -23341,4 +23325,4 @@
}
],
"log": []
}
}

0 comments on commit 1214451

Please sign in to comment.