|
| 1 | +LegacyStructs: |
| 2 | + # List of structs for which we output a legacy definition in af-structs.h |
| 3 | + # Ideally this list should become empty. |
| 4 | + - CredentialStruct |
| 5 | + |
| 6 | +WeakEnums: |
| 7 | + # Allow-list of enums that we generate as enums, not enum classes. |
| 8 | + # The goal is to drive this down to 0. |
| 9 | + - BarrierControlBarrierPosition |
| 10 | + - BarrierControlMovingState |
| 11 | + - ColorControlOptions |
| 12 | + - ColorLoopAction |
| 13 | + - ColorLoopDirection |
| 14 | + - ColorMode |
| 15 | + - ContentLaunchStatus |
| 16 | + - ContentLaunchStreamingType |
| 17 | + - EnhancedColorMode |
| 18 | + - HardwareFaultEnum |
| 19 | + - HueDirection |
| 20 | + - HueMoveMode |
| 21 | + - HueStepMode |
| 22 | + - IdentifyEffectIdentifier |
| 23 | + - IdentifyEffectVariant |
| 24 | + - IdentifyIdentifyType |
| 25 | + - InterfaceTypeEnum |
| 26 | + - KeypadLockout |
| 27 | + - LevelControlOptions |
| 28 | + - MoveMode |
| 29 | + - NetworkFaultEnum |
| 30 | + - OnOffDelayedAllOffEffectVariant |
| 31 | + - OnOffDyingLightEffectVariant |
| 32 | + - OnOffEffectIdentifier |
| 33 | + - PHYRateEnum |
| 34 | + - RadioFaultEnum |
| 35 | + - RoutingRole |
| 36 | + - SaturationMoveMode |
| 37 | + - SaturationStepMode |
| 38 | + - SecurityType |
| 39 | + - StatusCode |
| 40 | + - StepMode |
| 41 | + - TemperatureDisplayMode |
| 42 | + - WiFiVersionType |
| 43 | + |
| 44 | +# We need a more configurable way of deciding which clusters have which init functions.... |
| 45 | +# See https://github.com/project-chip/connectedhomeip/issues/4369 |
| 46 | +ClustersWithInitFunctions: |
| 47 | + - Basic |
| 48 | + - Color Control |
| 49 | + - Groups |
| 50 | + - Identify |
| 51 | + - Level Control |
| 52 | + - Localization Configuration |
| 53 | + - Occupancy Sensing |
| 54 | + - On/Off |
| 55 | + - Pump Configuration and Control |
| 56 | + - Scenes |
| 57 | + - Time Format Localization |
| 58 | + - Thermostat |
| 59 | + - Mode Select |
| 60 | + |
| 61 | +ClustersWithAttributeChangedFunctions: |
| 62 | + - Bridged Device Basic |
| 63 | + - Door Lock |
| 64 | + - Identify |
| 65 | + - Pump Configuration and Control |
| 66 | + - Window Covering |
| 67 | + - Fan Control |
| 68 | + |
| 69 | +ClustersWithPreAttributeChangeFunctions: |
| 70 | + - Door Lock |
| 71 | + - Pump Configuration and Control |
| 72 | + - Thermostat User Interface Configuration |
| 73 | + - Time Format Localization |
| 74 | + - Localization Configuration |
| 75 | + - Mode Select |
| 76 | + - Fan Control |
| 77 | + - Thermostat |
0 commit comments