Skip to content

Commit b114e5e

Browse files
Mark these clusters as removed and move them out of generated code and into manual shims.
This should only have moved code, not new code.
1 parent 02d1ada commit b114e5e

17 files changed

+68292
-67467
lines changed

src/darwin/Framework/CHIP/MTRBackwardsCompatShims.h

+3,197
Large diffs are not rendered by default.

src/darwin/Framework/CHIP/MTRBackwardsCompatShims.mm

+14,888
Large diffs are not rendered by default.

src/darwin/Framework/CHIP/templates/MTRClusterConstants.zapt

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ MTRCluster{{compatClusterNameRemapping label}}ID {{availability (compatClusterNa
1818
MTRClusterIDType{{>cluster}}ID {{availability (asUpperCamelCase label preserveAcronyms=true) minimalRelease="267F4B03-3256-4056-A62D-5237640FDCFE" isForIds=true deprecationMessage=(concat "The " (asUpperCamelCase label preserveAcronyms=true) " cluster will be removed")}} = {{asMEI manufacturerCode code}},
1919
{{/if}}
2020
{{/zcl_clusters}}
21+
22+
{{> cluster_id_shims}}
2123
};
2224

2325
#pragma mark - Attributes IDs
@@ -112,6 +114,8 @@ MTRAttributeIDTypeCluster{{compatClusterNameRemapping ../clusterName}}Attribute{
112114

113115
{{> attributeIDs clusterName=label}}
114116
{{/zcl_clusters}}
117+
118+
{{> attribute_id_shims}}
115119
};
116120

117121
#pragma mark - Commands IDs
@@ -174,6 +178,8 @@ MTRCommandIDTypeCluster{{cluster}}Command{{command}}ID {{availability cluster co
174178

175179
{{> commandIDs clusterName=label}}
176180
{{/zcl_clusters}}
181+
182+
{{> command_id_shims}}
177183
};
178184

179185
#pragma mark - Events IDs

src/darwin/Framework/CHIP/templates/MTRCommandPayloads_Internal.zapt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ NS_ASSUME_NONNULL_BEGIN
3636
- (NSDictionary<NSString *, id> * _Nullable)_encodeAsDataValue:(NSError * __autoreleasing *)error;
3737
@end
3838

39-
NS_ASSUME_NONNULL_END
39+
NS_ASSUME_NONNULL_END

src/darwin/Framework/CHIP/templates/availability.yaml

+5-14
Original file line numberDiff line numberDiff line change
@@ -9682,20 +9682,6 @@
96829682
- Presets
96839683
- MatterScheduleConfiguration
96849684

9685-
- release: "Just something temporary"
9686-
versions:
9687-
# Be conservative in terms of when we are very sure it's OK to deprecate things by.
9688-
iOS: "18.2"
9689-
macOS: "15.2"
9690-
watchOS: "11.2"
9691-
tvOS: "18.2"
9692-
deprecated:
9693-
clusters:
9694-
- BarrierControl
9695-
- BinaryInputBasic
9696-
- ElectricalMeasurement
9697-
- OnOffSwitchConfiguration
9698-
96999685
- release: "Future"
97009686
versions: "future"
97019687
introduced:
@@ -9951,6 +9937,11 @@
99519937
- ColorCapabilities
99529938
- ColorLoopUpdateFlags
99539939
removed:
9940+
clusters:
9941+
- BarrierControl
9942+
- BinaryInputBasic
9943+
- ElectricalMeasurement
9944+
- OnOffSwitchConfiguration
99549945
enum values:
99559946
ColorControl:
99569947
# Don't expose the new value names on the old enum names

src/darwin/Framework/CHIP/templates/partials/attribute_id_shims.zapt

+691
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
MTRClusterBarrierControlID MTR_DEPRECATED("Please use MTRClusterIDTypeBarrierControlID", ios(16.1, 16.4), macos(13.0, 13.3), watchos(9.1, 9.4), tvos(16.1, 16.4)) = 0x00000103,
2+
MTRClusterIDTypeBarrierControlID MTR_DEPRECATED("The BarrierControl cluster will be removed", ios(16.4, 18.2), macos(13.3, 15.2), watchos(9.4, 11.2), tvos(16.4, 18.2)) = 0x00000103,
3+
MTRClusterBinaryInputBasicID MTR_DEPRECATED("Please use MTRClusterIDTypeBinaryInputBasicID", ios(16.1, 16.4), macos(13.0, 13.3), watchos(9.1, 9.4), tvos(16.1, 16.4)) = 0x0000000F,
4+
MTRClusterIDTypeBinaryInputBasicID MTR_DEPRECATED("The BinaryInputBasic cluster will be removed", ios(16.4, 18.2), macos(13.3, 15.2), watchos(9.4, 11.2), tvos(16.4, 18.2)) = 0x0000000F,
5+
MTRClusterElectricalMeasurementID MTR_DEPRECATED("Please use MTRClusterIDTypeElectricalMeasurementID", ios(16.1, 16.4), macos(13.0, 13.3), watchos(9.1, 9.4), tvos(16.1, 16.4)) = 0x00000B04,
6+
MTRClusterIDTypeElectricalMeasurementID MTR_DEPRECATED("The ElectricalMeasurement cluster will be removed", ios(16.4, 18.2), macos(13.3, 15.2), watchos(9.4, 11.2), tvos(16.4, 18.2)) = 0x00000B04,
7+
MTRClusterOnOffSwitchConfigurationID MTR_DEPRECATED("Please use MTRClusterIDTypeOnOffSwitchConfigurationID", ios(16.1, 16.4), macos(13.0, 13.3), watchos(9.1, 9.4), tvos(16.1, 16.4)) = 0x00000007,
8+
MTRClusterIDTypeOnOffSwitchConfigurationID MTR_DEPRECATED("The OnOffSwitchConfiguration cluster will be removed", ios(16.4, 18.2), macos(13.3, 15.2), watchos(9.4, 11.2), tvos(16.4, 18.2)) = 0x00000007,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// Cluster BarrierControl deprecated command id names
2+
MTRClusterBarrierControlCommandBarrierControlGoToPercentID
3+
MTR_DEPRECATED("Please use MTRCommandIDTypeClusterBarrierControlCommandBarrierControlGoToPercentID", ios(16.1, 16.4), macos(13.0, 13.3), watchos(9.1, 9.4), tvos(16.1, 16.4))
4+
= 0x00000000,
5+
MTRClusterBarrierControlCommandBarrierControlStopID
6+
MTR_DEPRECATED("Please use MTRCommandIDTypeClusterBarrierControlCommandBarrierControlStopID", ios(16.1, 16.4), macos(13.0, 13.3), watchos(9.1, 9.4), tvos(16.1, 16.4))
7+
= 0x00000001,
8+
9+
// Cluster BarrierControl commands
10+
MTRCommandIDTypeClusterBarrierControlCommandBarrierControlGoToPercentID MTR_DEPRECATED("The BarrierControlGoToPercent command will be removed", ios(16.4, 18.2), macos(13.3, 15.2), watchos(9.4, 11.2), tvos(16.4, 18.2)) = 0x00000000,
11+
MTRCommandIDTypeClusterBarrierControlCommandBarrierControlStopID MTR_DEPRECATED("The BarrierControlStop command will be removed", ios(16.4, 18.2), macos(13.3, 15.2), watchos(9.4, 11.2), tvos(16.4, 18.2)) = 0x00000001,
12+
13+
// Cluster ElectricalMeasurement deprecated command id names
14+
MTRClusterElectricalMeasurementCommandGetProfileInfoResponseCommandID
15+
MTR_DEPRECATED("Please use MTRCommandIDTypeClusterElectricalMeasurementCommandGetProfileInfoResponseCommandID", ios(16.1, 16.4), macos(13.0, 13.3), watchos(9.1, 9.4), tvos(16.1, 16.4))
16+
= 0x00000000,
17+
MTRClusterElectricalMeasurementCommandGetProfileInfoCommandID
18+
MTR_DEPRECATED("Please use MTRCommandIDTypeClusterElectricalMeasurementCommandGetProfileInfoCommandID", ios(16.1, 16.4), macos(13.0, 13.3), watchos(9.1, 9.4), tvos(16.1, 16.4))
19+
= 0x00000000,
20+
MTRClusterElectricalMeasurementCommandGetMeasurementProfileResponseCommandID
21+
MTR_DEPRECATED("Please use MTRCommandIDTypeClusterElectricalMeasurementCommandGetMeasurementProfileResponseCommandID", ios(16.1, 16.4), macos(13.0, 13.3), watchos(9.1, 9.4), tvos(16.1, 16.4))
22+
= 0x00000001,
23+
MTRClusterElectricalMeasurementCommandGetMeasurementProfileCommandID
24+
MTR_DEPRECATED("Please use MTRCommandIDTypeClusterElectricalMeasurementCommandGetMeasurementProfileCommandID", ios(16.1, 16.4), macos(13.0, 13.3), watchos(9.1, 9.4), tvos(16.1, 16.4))
25+
= 0x00000001,
26+
27+
// Cluster ElectricalMeasurement commands
28+
MTRCommandIDTypeClusterElectricalMeasurementCommandGetProfileInfoResponseCommandID MTR_DEPRECATED("The GetProfileInfoResponseCommand command will be removed", ios(16.4, 18.2), macos(13.3, 15.2), watchos(9.4, 11.2), tvos(16.4, 18.2)) = 0x00000000,
29+
MTRCommandIDTypeClusterElectricalMeasurementCommandGetProfileInfoCommandID MTR_DEPRECATED("The GetProfileInfoCommand command will be removed", ios(16.4, 18.2), macos(13.3, 15.2), watchos(9.4, 11.2), tvos(16.4, 18.2)) = 0x00000000,
30+
MTRCommandIDTypeClusterElectricalMeasurementCommandGetMeasurementProfileResponseCommandID MTR_DEPRECATED("The GetMeasurementProfileResponseCommand command will be removed", ios(16.4, 18.2), macos(13.3, 15.2), watchos(9.4, 11.2), tvos(16.4, 18.2)) = 0x00000001,
31+
MTRCommandIDTypeClusterElectricalMeasurementCommandGetMeasurementProfileCommandID MTR_DEPRECATED("The GetMeasurementProfileCommand command will be removed", ios(16.4, 18.2), macos(13.3, 15.2), watchos(9.4, 11.2), tvos(16.4, 18.2)) = 0x00000001,

src/darwin/Framework/CHIP/templates/templates.json

+12
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@
5959
{
6060
"name": "renamed_struct_field_impl",
6161
"path": "partials/renamed_struct_field_impl.zapt"
62+
},
63+
{
64+
"name": "cluster_id_shims",
65+
"path": "partials/cluster_id_shims.zapt"
66+
},
67+
{
68+
"name": "attribute_id_shims",
69+
"path": "partials/attribute_id_shims.zapt"
70+
},
71+
{
72+
"name": "command_id_shims",
73+
"path": "partials/command_id_shims.zapt"
6274
}
6375
],
6476
"templates": [

0 commit comments

Comments
 (0)