-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move weakly typed enum list back into Matter repository. (#24270)
Instead of hardcoding this list in the helper (in the ZAP repository), it should be data in the Matter repository. Then we can remove things from the list without having to synchronize with ZAP changes. This change on its own does not make ZAP use this YAML instead of the hardcoded list; that will need to be a separate ZAP change after this merges.
- Loading branch information
1 parent
500d3f3
commit 1640620
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Allow-list of enums that we generate as enums, not enum classes. The goal is | ||
# to drive this down to 0. | ||
- AttributeWritePermission | ||
- BarrierControlBarrierPosition | ||
- BarrierControlMovingState | ||
- ColorControlOptions | ||
- ColorLoopAction | ||
- ColorLoopDirection | ||
- ColorMode | ||
- ContentLaunchStatus | ||
- ContentLaunchStreamingType | ||
- EnhancedColorMode | ||
- HardwareFaultType | ||
- HueDirection | ||
- HueMoveMode | ||
- HueStepMode | ||
- IdentifyEffectIdentifier | ||
- IdentifyEffectVariant | ||
- IdentifyIdentifyType | ||
- InterfaceType | ||
- KeypadLockout | ||
- LevelControlOptions | ||
- MoveMode | ||
- NetworkFaultType | ||
- OnOffDelayedAllOffEffectVariant | ||
- OnOffDyingLightEffectVariant | ||
- OnOffEffectIdentifier | ||
- PHYRateType | ||
- RadioFaultType | ||
- RoutingRole | ||
- SaturationMoveMode | ||
- SaturationStepMode | ||
- SecurityType | ||
- SetpointAdjustMode | ||
- StartUpOnOffValue | ||
- StatusCode | ||
- StepMode | ||
- TemperatureDisplayMode | ||
- WiFiVersionType |