Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove provisional markings on Darwin from Fan Control bits that shipped in 1.2. #32514

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

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.

Loading