|
3045 | 3045 | - fabricIndex
|
3046 | 3046 | enums:
|
3047 | 3047 | Identify:
|
3048 |
| - - IdentifyEffectIdentifier |
3049 |
| - - IdentifyEffectVariant |
3050 |
| - - IdentifyIdentifyType |
| 3048 | + # EffectIdentifierEnum, EffectVariantEnum, and IdentifyTypeEnum |
| 3049 | + # were originally named IdentifyEffectIdentifier, |
| 3050 | + # IdentifyEffectVariant, and IdentifyIdentifyType, but we generate |
| 3051 | + # the same API for the names with/without "Enum" at the end, and |
| 3052 | + # with/without the cluster name at the beginning, so the name can |
| 3053 | + # just change here. |
| 3054 | + - EffectIdentifierEnum |
| 3055 | + - EffectVariantEnum |
| 3056 | + - IdentifyTypeEnum |
3051 | 3057 | OnOff:
|
3052 | 3058 | - OnOffDelayedAllOffEffectVariant
|
3053 | 3059 | - OnOffDyingLightEffectVariant
|
|
3237 | 3243 | - FaultType
|
3238 | 3244 | enum values:
|
3239 | 3245 | Identify:
|
3240 |
| - IdentifyEffectIdentifier: |
| 3246 | + # EffectIdentifierEnum, EffectVariantEnum, and IdentifyTypeEnum |
| 3247 | + # were originally named IdentifyEffectIdentifier, |
| 3248 | + # IdentifyEffectVariant, and IdentifyIdentifyType, but we generate |
| 3249 | + # the same API for the names with/without "Enum" at the end, and |
| 3250 | + # with/without the cluster name at the beginning, so the name can |
| 3251 | + # just change here. |
| 3252 | + EffectIdentifierEnum: |
3241 | 3253 | - Blink
|
3242 | 3254 | - Breathe
|
3243 | 3255 | - Okay
|
3244 | 3256 | - ChannelChange
|
3245 | 3257 | - FinishEffect
|
3246 | 3258 | - StopEffect
|
3247 |
| - IdentifyEffectVariant: |
| 3259 | + EffectVariantEnum: |
3248 | 3260 | - Default
|
3249 |
| - IdentifyIdentifyType: |
| 3261 | + IdentifyTypeEnum: |
3250 | 3262 | - None
|
3251 | 3263 | - VisibleLight
|
3252 | 3264 | - VisibleLED
|
|
7721 | 7733 | WiFiNetworkDiagnostics:
|
7722 | 7734 | WiFiVersionEnum:
|
7723 | 7735 | - Ah
|
| 7736 | + Identify: |
| 7737 | + IdentifyTypeEnum: |
| 7738 | + - LightOutput |
| 7739 | + - VisibleIndicator |
7724 | 7740 | bitmaps:
|
7725 | 7741 | AirQuality:
|
7726 | 7742 | - Feature
|
|
7871 | 7887 | # We apparently forgot to deprecate BridgedDeviceBasic when we
|
7872 | 7888 | # introduced BridgedDeviceBasicInformation.
|
7873 | 7889 | - BridgedDeviceBasic
|
| 7890 | + enum values: |
| 7891 | + Identify: |
| 7892 | + IdentifyTypeEnum: |
| 7893 | + - VisibleLight |
| 7894 | + - VisibleLED |
7874 | 7895 | structs:
|
7875 | 7896 | AccessControl:
|
7876 | 7897 | - Target
|
|
7908 | 7929 | MixedNTPNTS: MixedNtpNts
|
7909 | 7930 | PTP: Ptp
|
7910 | 7931 | GNSS: Gnss
|
| 7932 | + Identify: |
| 7933 | + IdentifyTypeEnum: |
| 7934 | + LightOutput: VisibleLight |
| 7935 | + VisibleIndicator: VisibleLED |
7911 | 7936 | bitmaps:
|
7912 | 7937 | Groups:
|
7913 | 7938 | Feature: GroupClusterFeature
|
|
0 commit comments