Skip to content

Commit

Permalink
Remove leftover bits
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Sep 13, 2024
1 parent f2f6df5 commit 60a4d54
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ jobs:
src/app/zap-templates/zcl/data-model/chip/window-covering.xml \
src/app/zap-templates/zcl/data-model/chip/temperature-control-cluster.xml \
src/app/zap-templates/zcl/data-model/chip/matter-devices.xml \
src/app/zap-templates/zcl/data-model/draft/electrical-measurement-cluster.xml \
src/app/zap-templates/zcl/data-model/draft/onoff-switch-configuration-cluster.xml \
src/app/zap-templates/zcl/data-model/chip/resource-monitoring-cluster.xml \
src/app/zap-templates/zcl/data-model/chip/sample-mei-cluster.xml \
src/app/zap-templates/zcl/data-model/chip/electrical-energy-measurement-cluster.xml \
Expand Down
2 changes: 0 additions & 2 deletions scripts/rules.matterlint
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ load "../src/app/zap-templates/zcl/data-model/chip/resource-monitoring-cluster.x
load "../src/app/zap-templates/zcl/data-model/chip/sample-mei-cluster.xml";
load "../src/app/zap-templates/zcl/data-model/chip/electrical-energy-measurement-cluster.xml";
load "../src/app/zap-templates/zcl/data-model/chip/electrical-power-measurement-cluster.xml";
load "../src/app/zap-templates/zcl/data-model/draft/electrical-measurement-cluster.xml";
load "../src/app/zap-templates/zcl/data-model/draft/onoff-switch-configuration-cluster.xml";

all endpoints {
// These attributes follow a different code path and do not have to be
Expand Down
3 changes: 0 additions & 3 deletions src/app/zap-templates/zcl/zcl-with-test-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"xmlRoot": [
".",
"./data-model/chip/",
"./data-model/draft/",
"./data-model/silabs/",
"./data-model/test"
],
Expand Down Expand Up @@ -50,7 +49,6 @@
"ecosystem-information-cluster.xml",
"energy-preference-cluster.xml",
"electrical-energy-measurement-cluster.xml",
"electrical-measurement-cluster.xml",
"electrical-power-measurement-cluster.xml",
"energy-evse-cluster.xml",
"energy-evse-mode-cluster.xml",
Expand Down Expand Up @@ -87,7 +85,6 @@
"network-commissioning-cluster.xml",
"occupancy-sensing-cluster.xml",
"onoff-cluster.xml",
"onoff-switch-configuration-cluster.xml",
"operational-credentials-cluster.xml",
"operational-state-cluster.xml",
"operational-state-oven-cluster.xml",
Expand Down
3 changes: 0 additions & 3 deletions src/app/zap-templates/zcl/zcl.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"xmlRoot": [
".",
"./data-model/chip/",
"./data-model/draft/",
"./data-model/silabs/"
],
"_comment": "Ensure access-control-definitions.xml is first in xmlFile array",
Expand Down Expand Up @@ -47,7 +46,6 @@
"drlc-cluster.xml",
"ecosystem-information-cluster.xml",
"electrical-energy-measurement-cluster.xml",
"electrical-measurement-cluster.xml",
"electrical-power-measurement-cluster.xml",
"energy-evse-cluster.xml",
"energy-evse-mode-cluster.xml",
Expand Down Expand Up @@ -84,7 +82,6 @@
"network-commissioning-cluster.xml",
"occupancy-sensing-cluster.xml",
"onoff-cluster.xml",
"onoff-switch-configuration-cluster.xml",
"operational-credentials-cluster.xml",
"operational-state-cluster.xml",
"operational-state-oven-cluster.xml",
Expand Down

0 comments on commit 60a4d54

Please sign in to comment.