Skip to content

Commit

Permalink
Remove provisional markings on Darwin from Fan Control bits that ship…
Browse files Browse the repository at this point in the history
…ped in 1.2. (#32514)
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Apr 25, 2024
1 parent f87162f commit 1517033
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 63 deletions.
46 changes: 30 additions & 16 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7488,31 +7488,20 @@
Scenes:
# New scenes bits not stable yet.
- SceneTableSize
FanControl:
# New Fan Control bits not stable yet.
- AirflowDirection
RVCCleanMode:
# People are trying to deprecate this one
- OnMode
RVCRunMode:
# People are trying to deprecate this one
- OnMode
commands:
FanControl:
# Not stable yet
- Step
DoorLock:
# Not stable yet
- UnboltDoor
RVCOperationalState:
# Disallowed in the spec, but present in our XML?
- Start
- Stop
enums:
FanControl:
# Not stable yet.
- StepDirectionEnum
- AirflowDirectionEnum
enum values:
DoorLock:
# Not stable yet
Expand Down Expand Up @@ -7544,11 +7533,6 @@
# here.
Feature:
- Unbolt
FanControl:
# Not stable yet
Feature:
- Step
- AirflowDirection
RVCRunMode:
Feature:
# People are trying to deprecate this one
Expand Down Expand Up @@ -8543,6 +8527,36 @@

- release: "Future"
versions: "future"
introduced:
attributes:
FanControl:
- AirflowDirection
commands:
FanControl:
- Step
command fields:
FanControl:
Step:
- direction
- wrap
- lowestOff
enums:
FanControl:
- StepDirectionEnum
- AirflowDirectionEnum
enum values:
FanControl:
StepDirectionEnum:
- Increase
- Decrease
AirflowDirectionEnum:
- Forward
- Reverse
bitmap values:
FanControl:
Feature:
- Step
- AirflowDirection
provisional:
clusters:
# Targeting Spring 2024 Matter release
Expand Down
28 changes: 14 additions & 14 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.

4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/zap-generated/MTRClusterConstants.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/darwin/Framework/CHIP/zap-generated/MTRClusters.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1517033

Please sign in to comment.