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

Mark OperationalState as no longer provisional on Darwin. #30937

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
59 changes: 58 additions & 1 deletion src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7473,7 +7473,6 @@
- PM25ConcentrationMeasurement
- RadonConcentrationMeasurement
- TotalVolatileOrganicCompoundsConcentrationMeasurement
- OperationalState
- RefrigeratorAlarm
- TemperatureControl
- SmokeCOAlarm
Expand Down Expand Up @@ -7797,6 +7796,7 @@
- RVCRunMode
- RVCCleanMode
- RVCOperationalState
- OperationalState
attributes:
RVCRunMode:
- SupportedModes
Expand Down Expand Up @@ -7828,6 +7828,18 @@
- AttributeList
- FeatureMap
- ClusterRevision
OperationalState:
- PhaseList
- CurrentPhase
- CountdownTime
- OperationalStateList
- OperationalState
- OperationalError
- GeneratedCommandList
- AcceptedCommandList
- AttributeList
- FeatureMap
- ClusterRevision
PowerSource:
- EndpointList
commands:
Expand All @@ -7841,6 +7853,12 @@
- Pause
- Resume
- OperationalCommandResponse
OperationalState:
- Start
- Stop
- Pause
- Resume
- OperationalCommandResponse
command fields:
RVCRunMode:
ChangeToMode:
Expand All @@ -7857,6 +7875,9 @@
RVCOperationalState:
OperationalCommandResponse:
- commandResponseState
OperationalState:
OperationalCommandResponse:
- commandResponseState
structs:
RVCOperationalState:
- OperationalStateStruct
Expand All @@ -7867,6 +7888,9 @@
RVCCleanMode:
- ModeTagStruct
- ModeOptionStruct
OperationalState:
- OperationalStateStruct
- ErrorStateStruct
Thermostat:
- WeeklyScheduleTransitionStruct
struct fields:
Expand Down Expand Up @@ -7894,6 +7918,14 @@
- label
- mode
- modeTags
OperationalState:
OperationalStateStruct:
- operationalStateID
- operationalStateLabel
ErrorStateStruct:
- errorStateID
- errorStateLabel
- errorStateDetails
Thermostat:
WeeklyScheduleTransitionStruct:
- transitionTime
Expand All @@ -7903,6 +7935,9 @@
RVCOperationalState:
- OperationalError
- OperationCompletion
OperationalState:
- OperationalError
- OperationCompletion
event fields:
WiFiNetworkDiagnostics:
AssociationFailure:
Expand All @@ -7914,6 +7949,13 @@
- completionErrorCode
- totalOperationalTime
- pausedTime
OperationalState:
OperationalError:
- errorState
OperationCompletion:
- completionErrorCode
- totalOperationalTime
- pausedTime
enums:
ContentLauncher:
- StatusEnum
Expand All @@ -7932,6 +7974,9 @@
RVCCleanMode:
- ModeTag
- StatusCode
OperationalState:
- OperationalStateEnum
- ErrorStateEnum
Thermostat:
- ControlSequenceOfOperationEnum
- SetpointRaiseLowerModeEnum
Expand Down Expand Up @@ -8081,6 +8126,17 @@
- Mop
StatusCode:
- CleaningInProgress
OperationalState:
OperationalStateEnum:
- Stopped
- Running
- Paused
- Error
ErrorStateEnum:
- NoError
- UnableToStartOrResume
- UnableToCompleteOperation
- CommandInvalidInState
Thermostat:
ControlSequenceOfOperationEnum:
- CoolingOnly
Expand Down Expand Up @@ -8203,6 +8259,7 @@
- ContentControl
- ContentAppObserver
- DeviceEnergyManagement
- ElectricalEnergyMeasurement
attributes:
NetworkCommissioning:
# Targeting Spring 2024 Matter release
Expand Down
Loading
Loading