Skip to content

Commit 44024ca

Browse files
Remove all un-specified draft clusters from SDK (#35583)
* Start removing Binary Input * Remove Binary Input Basic cluster (not in spec) * Remove the rest of draft clusters * Remove leftover bits * Restyled by prettier-json * Restyled by prettier-markdown * Run zap_convert_all * Regen ZAP * Fix build * Kick restyle * remove dead file --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 669c200 commit 44024ca

File tree

152 files changed

+1093
-60683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+1093
-60683
lines changed

.github/workflows/tests.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,6 @@ jobs:
202202
src/app/zap-templates/zcl/data-model/chip/window-covering.xml \
203203
src/app/zap-templates/zcl/data-model/chip/temperature-control-cluster.xml \
204204
src/app/zap-templates/zcl/data-model/chip/matter-devices.xml \
205-
src/app/zap-templates/zcl/data-model/draft/barrier-control-cluster.xml \
206-
src/app/zap-templates/zcl/data-model/draft/electrical-measurement-cluster.xml \
207-
src/app/zap-templates/zcl/data-model/draft/input-output-value-clusters.xml \
208-
src/app/zap-templates/zcl/data-model/draft/onoff-switch-configuration-cluster.xml \
209205
src/app/zap-templates/zcl/data-model/chip/resource-monitoring-cluster.xml \
210206
src/app/zap-templates/zcl/data-model/chip/sample-mei-cluster.xml \
211207
src/app/zap-templates/zcl/data-model/chip/electrical-energy-measurement-cluster.xml \

docs/zap_clusters.md

-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Generally regenerate using one of:
1515
| 3 | 0x03 | Identify |
1616
| 4 | 0x04 | Groups |
1717
| 6 | 0x06 | OnOff |
18-
| 7 | 0x07 | OnOffSwitchConfiguration |
1918
| 8 | 0x08 | LevelControl |
20-
| 15 | 0x0F | BinaryInputBasic |
2119
| 28 | 0x1C | PulseWidthModulation |
2220
| 29 | 0x1D | Descriptor |
2321
| 30 | 0x1E | Binding |
@@ -91,7 +89,6 @@ Generally regenerate using one of:
9189
| 159 | 0x9F | DeviceEnergyManagementMode |
9290
| 257 | 0x101 | DoorLock |
9391
| 258 | 0x102 | WindowCovering |
94-
| 259 | 0x103 | BarrierControl |
9592
| 336 | 0x150 | ServiceArea |
9693
| 512 | 0x200 | PumpConfigurationAndControl |
9794
| 513 | 0x201 | Thermostat |
@@ -134,7 +131,6 @@ Generally regenerate using one of:
134131
| 1296 | 0x510 | ContentAppObserver |
135132
| 1872 | 0x750 | EcosystemInformation |
136133
| 1873 | 0x751 | CommissionerControl |
137-
| 2820 | 0xB04 | ElectricalMeasurement |
138134
| 4294048773 | 0xFFF1FC05 | UnitTesting |
139135
| 4294048774 | 0xFFF1FC06 | FaultInjection |
140136
| 4294048800 | 0xFFF1FC20 | SampleMei |

examples/air-purifier-app/air-purifier-common/air-purifier-app.zap

-18
Original file line numberDiff line numberDiff line change
@@ -770,24 +770,6 @@
770770
"isIncoming": 0,
771771
"isEnabled": 1
772772
}
773-
],
774-
"attributes": [
775-
{
776-
"name": "ClusterRevision",
777-
"code": 65533,
778-
"mfgCode": null,
779-
"side": "client",
780-
"type": "int16u",
781-
"included": 1,
782-
"storageOption": "RAM",
783-
"singleton": 0,
784-
"bounded": 0,
785-
"defaultValue": "0x0001",
786-
"reportable": 1,
787-
"minInterval": 0,
788-
"maxInterval": 65344,
789-
"reportableChange": 0
790-
}
791773
]
792774
},
793775
{

examples/air-quality-sensor-app/air-quality-sensor-common/air-quality-sensor-app.zap

-18
Original file line numberDiff line numberDiff line change
@@ -770,24 +770,6 @@
770770
"isIncoming": 0,
771771
"isEnabled": 1
772772
}
773-
],
774-
"attributes": [
775-
{
776-
"name": "ClusterRevision",
777-
"code": 65533,
778-
"mfgCode": null,
779-
"side": "client",
780-
"type": "int16u",
781-
"included": 1,
782-
"storageOption": "RAM",
783-
"singleton": 0,
784-
"bounded": 0,
785-
"defaultValue": "1",
786-
"reportable": 1,
787-
"minInterval": 0,
788-
"maxInterval": 65344,
789-
"reportableChange": 0
790-
}
791773
]
792774
},
793775
{

0 commit comments

Comments
 (0)