Skip to content

Commit

Permalink
Mark some RVC bits that people are trying to remove/deprecate provisi…
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Dec 22, 2023
1 parent 70ac7e0 commit adf6ce5
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 28 deletions.
22 changes: 14 additions & 8 deletions src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7491,6 +7491,12 @@
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
Expand Down Expand Up @@ -7543,6 +7549,14 @@
Feature:
- Step
- AirflowDirection
RVCRunMode:
Feature:
# People are trying to deprecate this one
- OnOff
RVCCleanMode:
Feature:
# People are trying to deprecate this one
- OnOff
global attributes:
- EventList
# Once we actually unmark TimeSynchronization as provisional, all these bits except EventList should go away too, and we should instead
Expand Down Expand Up @@ -7801,7 +7815,6 @@
RVCRunMode:
- SupportedModes
- CurrentMode
- OnMode
- GeneratedCommandList
- AcceptedCommandList
- AttributeList
Expand All @@ -7810,7 +7823,6 @@
RVCCleanMode:
- SupportedModes
- CurrentMode
- OnMode
- GeneratedCommandList
- AcceptedCommandList
- AttributeList
Expand Down Expand Up @@ -8186,12 +8198,6 @@
OptionsBitmap:
- ExecuteIfOff
- CoupleColorTempToLevel
RVCRunMode:
Feature:
- OnOff
RVCCleanMode:
Feature:
- OnOff
Thermostat:
ScheduleDayOfWeekBitmap:
- Sunday
Expand Down
24 changes: 12 additions & 12 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.

12 changes: 6 additions & 6 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.

0 comments on commit adf6ce5

Please sign in to comment.