-
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.
Combine various different ZAP configuration lists into a single YAML. (…
…#24958) * Combine various different ZAP configuration lists into a single YAML. Fixes #24954 * Fix k32w timeout.
- Loading branch information
1 parent
1998438
commit 2611953
Showing
12 changed files
with
90 additions
and
50 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"mac-arm64", | ||
"windows-amd64" | ||
], | ||
"tags": ["version:[email protected].03-nightly.1"] | ||
"tags": ["version:[email protected].09-nightly.1"] | ||
} | ||
] | ||
} |
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,77 @@ | ||
LegacyStructs: | ||
# List of structs for which we output a legacy definition in af-structs.h | ||
# Ideally this list should become empty. | ||
- CredentialStruct | ||
|
||
WeakEnums: | ||
# Allow-list of enums that we generate as enums, not enum classes. | ||
# The goal is to drive this down to 0. | ||
- BarrierControlBarrierPosition | ||
- BarrierControlMovingState | ||
- ColorControlOptions | ||
- ColorLoopAction | ||
- ColorLoopDirection | ||
- ColorMode | ||
- ContentLaunchStatus | ||
- ContentLaunchStreamingType | ||
- EnhancedColorMode | ||
- HardwareFaultEnum | ||
- HueDirection | ||
- HueMoveMode | ||
- HueStepMode | ||
- IdentifyEffectIdentifier | ||
- IdentifyEffectVariant | ||
- IdentifyIdentifyType | ||
- InterfaceTypeEnum | ||
- KeypadLockout | ||
- LevelControlOptions | ||
- MoveMode | ||
- NetworkFaultEnum | ||
- OnOffDelayedAllOffEffectVariant | ||
- OnOffDyingLightEffectVariant | ||
- OnOffEffectIdentifier | ||
- PHYRateEnum | ||
- RadioFaultEnum | ||
- RoutingRole | ||
- SaturationMoveMode | ||
- SaturationStepMode | ||
- SecurityType | ||
- StatusCode | ||
- StepMode | ||
- TemperatureDisplayMode | ||
- WiFiVersionType | ||
|
||
# We need a more configurable way of deciding which clusters have which init functions.... | ||
# See https://github.com/project-chip/connectedhomeip/issues/4369 | ||
ClustersWithInitFunctions: | ||
- Basic | ||
- Color Control | ||
- Groups | ||
- Identify | ||
- Level Control | ||
- Localization Configuration | ||
- Occupancy Sensing | ||
- On/Off | ||
- Pump Configuration and Control | ||
- Scenes | ||
- Time Format Localization | ||
- Thermostat | ||
- Mode Select | ||
|
||
ClustersWithAttributeChangedFunctions: | ||
- Bridged Device Basic | ||
- Door Lock | ||
- Identify | ||
- Pump Configuration and Control | ||
- Window Covering | ||
- Fan Control | ||
|
||
ClustersWithPreAttributeChangeFunctions: | ||
- Door Lock | ||
- Pump Configuration and Control | ||
- Thermostat User Interface Configuration | ||
- Time Format Localization | ||
- Localization Configuration | ||
- Mode Select | ||
- Fan Control | ||
- Thermostat |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
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
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