Skip to content

Commit

Permalink
Add darwin availability annotations for new Occupancy Sensing enums/b…
Browse files Browse the repository at this point in the history
…itmaps. (project-chip#25117)

These were added in project-chip#24363
  • Loading branch information
bzbarsky-apple authored and David Lechner committed Mar 22, 2023
1 parent 8b5f027 commit 67ef27e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6675,6 +6675,8 @@
- IntentEnum
- StatusEnum
- TransferProtocolEnum
OccupancySensing:
- OccupancySensorTypeEnum
enum values:
DoorLock:
LockDataTypeEnum:
Expand All @@ -6693,6 +6695,24 @@
TransferProtocolEnum:
- ResponsePayload
- BDX
OccupancySensing:
OccupancySensorTypeEnum:
- PIR
- Ultrasonic
- PIRAndUltrasonic
- PhysicalContact
bitmaps:
OccupancySensing:
- OccupancyBitmap
- OccupancySensorTypeBitmap
bitmap values:
OccupancySensing:
OccupancyBitmap:
- Occupied
OccupancySensorTypeBitmap:
- PIR
- Ultrasonic
- PhysicalContact
deprecated:
attributes:
TimeSynchronization:
Expand Down

0 comments on commit 67ef27e

Please sign in to comment.