Skip to content

Commit

Permalink
Mark OperationalState as no longer provisional on Darwin. (project-ch…
Browse files Browse the repository at this point in the history
…ip#30937)

Also explicitly marks ElectricalEnergyMeasurement as provisional.
  • Loading branch information
bzbarsky-apple authored Dec 15, 2023
1 parent 93be827 commit 23add0b
Show file tree
Hide file tree
Showing 7 changed files with 171 additions and 189 deletions.
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

0 comments on commit 23add0b

Please sign in to comment.