Skip to content

Commit ca086f2

Browse files
Explicitly list out renames due to acronym casing changes. (#24137)
This will let us avoid generating incorrect backwards-compat shims for things that get added after our big API update but have a name that includes acronyms.
1 parent 04c20f6 commit ca086f2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -5156,6 +5156,15 @@
51565156
clusters:
51575157
UnitTesting: TestCluster
51585158
BasicInformation: Basic
5159+
OTASoftwareUpdateProvider: OtaSoftwareUpdateProvider
5160+
OTASoftwareUpdateRequestor: OtaSoftwareUpdateRequestor
5161+
WakeOnLAN: WakeOnLan
51595162
attributes:
51605163
Descriptor:
51615164
DeviceTypeList: DeviceList
5165+
AccessControl:
5166+
ACL: Acl
5167+
OccupancySensing:
5168+
PIROccupiedToUnoccupiedDelay: PirOccupiedToUnoccupiedDelay
5169+
PIRUnoccupiedToOccupiedDelay: PirUnoccupiedToOccupiedDelay
5170+
PIRUnoccupiedToOccupiedThreshold: PirUnoccupiedToOccupiedThreshold

0 commit comments

Comments
 (0)