Skip to content

Commit 6c2a248

Browse files
Remove provisional markings on Darwin from Fan Control bits that shipped in 1.2.
1 parent 28da08f commit 6c2a248

File tree

5 files changed

+54
-40
lines changed

5 files changed

+54
-40
lines changed

src/darwin/Framework/CHIP/templates/availability.yaml

+30-16
Original file line numberDiff line numberDiff line change
@@ -7488,31 +7488,20 @@
74887488
Scenes:
74897489
# New scenes bits not stable yet.
74907490
- SceneTableSize
7491-
FanControl:
7492-
# New Fan Control bits not stable yet.
7493-
- AirflowDirection
74947491
RVCCleanMode:
74957492
# People are trying to deprecate this one
74967493
- OnMode
74977494
RVCRunMode:
74987495
# People are trying to deprecate this one
74997496
- OnMode
75007497
commands:
7501-
FanControl:
7502-
# Not stable yet
7503-
- Step
75047498
DoorLock:
75057499
# Not stable yet
75067500
- UnboltDoor
75077501
RVCOperationalState:
75087502
# Disallowed in the spec, but present in our XML?
75097503
- Start
75107504
- Stop
7511-
enums:
7512-
FanControl:
7513-
# Not stable yet.
7514-
- StepDirectionEnum
7515-
- AirflowDirectionEnum
75167505
enum values:
75177506
DoorLock:
75187507
# Not stable yet
@@ -7544,11 +7533,6 @@
75447533
# here.
75457534
Feature:
75467535
- Unbolt
7547-
FanControl:
7548-
# Not stable yet
7549-
Feature:
7550-
- Step
7551-
- AirflowDirection
75527536
RVCRunMode:
75537537
Feature:
75547538
# People are trying to deprecate this one
@@ -8543,6 +8527,36 @@
85438527

85448528
- release: "Future"
85458529
versions: "future"
8530+
introduced:
8531+
attributes:
8532+
FanControl:
8533+
- AirflowDirection
8534+
commands:
8535+
FanControl:
8536+
- Step
8537+
command fields:
8538+
FanControl:
8539+
Step:
8540+
- direction
8541+
- wrap
8542+
- lowestOff
8543+
enums:
8544+
FanControl:
8545+
- StepDirectionEnum
8546+
- AirflowDirectionEnum
8547+
enum values:
8548+
FanControl:
8549+
StepDirectionEnum:
8550+
- Increase
8551+
- Decrease
8552+
AirflowDirectionEnum:
8553+
- Forward
8554+
- Reverse
8555+
bitmap values:
8556+
FanControl:
8557+
Feature:
8558+
- Step
8559+
- AirflowDirection
85468560
provisional:
85478561
clusters:
85488562
# Targeting Spring 2024 Matter release

src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRClusterConstants.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRClusters.h

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRCommandPayloadsObjc.h

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)