Skip to content

Commit adf6ce5

Browse files
Mark some RVC bits that people are trying to remove/deprecate provisional on Darwin. (project-chip#31170)
See CHIP-Specifications/connectedhomeip-spec#8637
1 parent 70ac7e0 commit adf6ce5

File tree

5 files changed

+46
-28
lines changed

5 files changed

+46
-28
lines changed

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

+14-8
Original file line numberDiff line numberDiff line change
@@ -7491,6 +7491,12 @@
74917491
FanControl:
74927492
# New Fan Control bits not stable yet.
74937493
- AirflowDirection
7494+
RVCCleanMode:
7495+
# People are trying to deprecate this one
7496+
- OnMode
7497+
RVCRunMode:
7498+
# People are trying to deprecate this one
7499+
- OnMode
74947500
commands:
74957501
FanControl:
74967502
# Not stable yet
@@ -7543,6 +7549,14 @@
75437549
Feature:
75447550
- Step
75457551
- AirflowDirection
7552+
RVCRunMode:
7553+
Feature:
7554+
# People are trying to deprecate this one
7555+
- OnOff
7556+
RVCCleanMode:
7557+
Feature:
7558+
# People are trying to deprecate this one
7559+
- OnOff
75467560
global attributes:
75477561
- EventList
75487562
# Once we actually unmark TimeSynchronization as provisional, all these bits except EventList should go away too, and we should instead
@@ -7801,7 +7815,6 @@
78017815
RVCRunMode:
78027816
- SupportedModes
78037817
- CurrentMode
7804-
- OnMode
78057818
- GeneratedCommandList
78067819
- AcceptedCommandList
78077820
- AttributeList
@@ -7810,7 +7823,6 @@
78107823
RVCCleanMode:
78117824
- SupportedModes
78127825
- CurrentMode
7813-
- OnMode
78147826
- GeneratedCommandList
78157827
- AcceptedCommandList
78167828
- AttributeList
@@ -8186,12 +8198,6 @@
81868198
OptionsBitmap:
81878199
- ExecuteIfOff
81888200
- CoupleColorTempToLevel
8189-
RVCRunMode:
8190-
Feature:
8191-
- OnOff
8192-
RVCCleanMode:
8193-
Feature:
8194-
- OnOff
81958201
Thermostat:
81968202
ScheduleDayOfWeekBitmap:
81978203
- Sunday

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

+12-12
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

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

zzz_generated/darwin-framework-tool/zap-generated/cluster/Commands.h

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

0 commit comments

Comments
 (0)