Skip to content

Commit

Permalink
Explicitly list out renames due to acronym casing changes. (#24137)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bzbarsky-apple committed Dec 19, 2022
1 parent 04c20f6 commit ca086f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5156,6 +5156,15 @@
clusters:
UnitTesting: TestCluster
BasicInformation: Basic
OTASoftwareUpdateProvider: OtaSoftwareUpdateProvider
OTASoftwareUpdateRequestor: OtaSoftwareUpdateRequestor
WakeOnLAN: WakeOnLan
attributes:
Descriptor:
DeviceTypeList: DeviceList
AccessControl:
ACL: Acl
OccupancySensing:
PIROccupiedToUnoccupiedDelay: PirOccupiedToUnoccupiedDelay
PIRUnoccupiedToOccupiedDelay: PirUnoccupiedToOccupiedDelay
PIRUnoccupiedToOccupiedThreshold: PirUnoccupiedToOccupiedThreshold

0 comments on commit ca086f2

Please sign in to comment.