Skip to content

Commit

Permalink
add Microwave + Oven bitmaps / bitmap 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 b113e89 commit 9117f83
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
18 changes: 18 additions & 0 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9897,6 +9897,12 @@
- ColorCapabilitiesBitmap
- OptionsBitmap
- UpdateFlagsBitmap
MicrowaveOvenControl:
- Feature
MicrowaveOvenMode:
- Feature
OvenMode:
- Feature
bitmap values:
ColorControl:
ColorCapabilitiesBitmap:
Expand All @@ -9912,6 +9918,18 @@
- UpdateDirection
- UpdateTime
- UpdateStartHue
MicrowaveOvenControl:
Feature:
- PowerAsNumber
# PowerInWatts is provisional because WATTS is provisional in Matter 1.3
# WATTS is provisional in 1.3 because no one has submitted a DUT for it
- PowerNumberLimits
MicrowaveOvenMode:
Feature:
- OnOff
OvenMode:
Feature:
- OnOff
device types:
- AirQualitySensor
- AirPurifier
Expand Down
14 changes: 7 additions & 7 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 9117f83

Please sign in to comment.