Skip to content

Commit

Permalink
Explicitly mark Aliro bits as provisional on Darwin. (#31352)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Apr 15, 2024
1 parent fa8444e commit 3716171
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8537,3 +8537,42 @@

- release: "Future"
versions: "future"
provisional:
attributes:
DoorLock:
# Aliro is not ready yet.
- AliroReaderVerificationKey
- AliroReaderGroupIdentifier
- AliroReaderGroupSubIdentifier
- AliroExpeditedTransactionSupportedProtocolVersions
- AliroGroupResolvingKey
- AliroSupportedBLEUWBProtocolVersions
- AliroBLEAdvertisingVersion
- NumberOfAliroCredentialIssuerKeysSupported
- NumberOfAliroEndpointKeysSupported
commands:
DoorLock:
# Aliro is not ready yet.
- SetAliroReaderConfig
- ClearAliroReaderConfig
enum values:
DoorLock:
CredentialTypeEnum:
# Aliro is not ready yet.
- AliroCredentialIssuerKey
- AliroEvictableEndpointKey
- AliroNonEvictableEndpointKey
LockDataTypeEnum:
# Aliro is not ready yet.
- AliroCredentialIssuerKey
- AliroEvictableEndpointKey
- AliroNonEvictableEndpointKey
OperationSourceEnum:
# Aliro is not ready yet.
- Aliro
bitmap values:
DoorLock:
Feature:
# Aliro is not ready yet.
- AliroProvisioning
- AliroBLEUWB

0 comments on commit 3716171

Please sign in to comment.