Skip to content

Commit

Permalink
add Microwave + Oven enum values
Browse files Browse the repository at this point in the history
and codegen
  • Loading branch information
kiel-apple committed Oct 25, 2024
1 parent acad497 commit b113e89
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 19 deletions.
27 changes: 27 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9865,6 +9865,33 @@
StepModeEnum:
- Up
- Down
MicrowaveOvenMode:
ModeTag:
- Normal
- Defrost
OvenMode:
ModeTag:
- Bake
- Convection
- Grill
- Roast
- Clean
- ConvectionBake
- ConvectionRoast
- Warming
- Proofing
- Steam
OvenCavityOperationalState:
ErrorStateEnum:
- NoError
- UnableToStartOrResume
- UnableToCompleteOperation
- CommandInvalidInState
OperationalStateEnum:
- Stopped
- Running
- Paused
- Error
bitmaps:
ColorControl:
- ColorCapabilitiesBitmap
Expand Down
38 changes: 19 additions & 19 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.

0 comments on commit b113e89

Please sign in to comment.