Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update availability annotations for Identify cluster changes. #26903

Merged
merged 1 commit into from
May 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 31 additions & 6 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3045,9 +3045,15 @@
- fabricIndex
enums:
Identify:
- IdentifyEffectIdentifier
- IdentifyEffectVariant
- IdentifyIdentifyType
# EffectIdentifierEnum, EffectVariantEnum, and IdentifyTypeEnum
# were originally named IdentifyEffectIdentifier,
# IdentifyEffectVariant, and IdentifyIdentifyType, but we generate
# the same API for the names with/without "Enum" at the end, and
# with/without the cluster name at the beginning, so the name can
# just change here.
- EffectIdentifierEnum
- EffectVariantEnum
- IdentifyTypeEnum
OnOff:
- OnOffDelayedAllOffEffectVariant
- OnOffDyingLightEffectVariant
Expand Down Expand Up @@ -3237,16 +3243,22 @@
- FaultType
enum values:
Identify:
IdentifyEffectIdentifier:
# EffectIdentifierEnum, EffectVariantEnum, and IdentifyTypeEnum
# were originally named IdentifyEffectIdentifier,
# IdentifyEffectVariant, and IdentifyIdentifyType, but we generate
# the same API for the names with/without "Enum" at the end, and
# with/without the cluster name at the beginning, so the name can
# just change here.
EffectIdentifierEnum:
- Blink
- Breathe
- Okay
- ChannelChange
- FinishEffect
- StopEffect
IdentifyEffectVariant:
EffectVariantEnum:
- Default
IdentifyIdentifyType:
IdentifyTypeEnum:
- None
- VisibleLight
- VisibleLED
Expand Down Expand Up @@ -7719,6 +7731,10 @@
WiFiNetworkDiagnostics:
WiFiVersionEnum:
- Ah
Identify:
IdentifyTypeEnum:
- LightOutput
- VisibleIndicator
bitmaps:
AirQuality:
- Feature
Expand Down Expand Up @@ -7869,6 +7885,11 @@
# We apparently forgot to deprecate BridgedDeviceBasic when we
# introduced BridgedDeviceBasicInformation.
- BridgedDeviceBasic
enum values:
Identify:
IdentifyTypeEnum:
- VisibleLight
- VisibleLED
structs:
AccessControl:
- Target
Expand Down Expand Up @@ -7906,6 +7927,10 @@
MixedNTPNTS: MixedNtpNts
PTP: Ptp
GNSS: Gnss
Identify:
IdentifyTypeEnum:
LightOutput: VisibleLight
VisibleIndicator: VisibleLED
bitmaps:
Groups:
Feature: GroupClusterFeature
Expand Down
34 changes: 20 additions & 14 deletions src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.