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

Darwin: Promote Electrical Power Measurement out of Provisional to Introduced #33316

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
102 changes: 101 additions & 1 deletion src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8515,6 +8515,7 @@
clusters:
- ActivatedCarbonFilterMonitoring
- AirQuality
- ElectricalPowerMeasurement
- HEPAFilterMonitoring
- SmokeCOAlarm
# Concentration Measurement clusters
Expand Down Expand Up @@ -8548,6 +8549,31 @@
- AttributeList
- FeatureMap
- ClusterRevision
ElectricalPowerMeasurement:
- PowerMode
- NumberOfMeasurementTypes
- Accuracy
- Ranges
- Voltage
- ActiveCurrent
- ReactiveCurrent
- ApparentCurrent
- ActivePower
- ReactivePower
- ApparentPower
- RMSVoltage
- RMSCurrent
- RMSPower
- Frequency
- HarmonicCurrents
- HarmonicPhases
- PowerFactor
- NeutralCurrent
- GeneratedCommandList
- AcceptedCommandList
- AttributeList
- FeatureMap
- ClusterRevision
FanControl:
- AirflowDirection
HEPAFilterMonitoring:
Expand Down Expand Up @@ -8769,18 +8795,56 @@
structs:
ActivatedCarbonFilterMonitoring:
- ReplacementProductStruct
ElectricalPowerMeasurement:
- HarmonicMeasurementStruct
- MeasurementRangeStruct
- MeasurementAccuracyRangeStruct
- MeasurementAccuracyStruct
HEPAFilterMonitoring:
- ReplacementProductStruct
struct fields:
ActivatedCarbonFilterMonitoring:
ReplacementProductStruct:
- productIdentifierType
- productIdentifierValue
ElectricalPowerMeasurement:
MeasurementRangeStruct:
- measurementType
- min
- max
- startTimestamp
- endTimestamp
- minTimestamp
- maxTimestamp
- startSystime
- endSystime
- minSystime
- maxSystime
HarmonicMeasurementStruct:
- order
- measurement
MeasurementAccuracyStruct:
- measurementType
- measured
- minMeasuredValue
- maxMeasuredValue
- accuracyRanges
MeasurementAccuracyRangeStruct:
- rangeMin
- rangeMax
- percentMax
- percentMin
- percentTypical
- fixedMax
- fixedMin
- fixedTypical
HEPAFilterMonitoring:
ReplacementProductStruct:
- productIdentifierType
- productIdentifierValue
events:
ElectricalPowerMeasurement:
- MeasurementPeriodRanges
SmokeCOAlarm:
- SmokeAlarm
- COAlarm
Expand All @@ -8794,6 +8858,9 @@
- InterconnectCOAlarm
- AllClear
event fields:
ElectricalPowerMeasurement:
MeasurementPeriodRanges:
- ranges
SmokeCOAlarm:
SmokeAlarm:
- alarmSeverityLevel
Expand All @@ -8812,6 +8879,9 @@
- ProductIdentifierTypeEnum
AirQuality:
- AirQualityEnum
ElectricalPowerMeasurement:
- PowerModeEnum
- MeasurementTypeEnum
FanControl:
- StepDirectionEnum
- AirflowDirectionEnum
Expand Down Expand Up @@ -8890,6 +8960,28 @@
- Poor
- VeryPoor
- ExtremelyPoor
ElectricalPowerMeasurement:
PowerModeEnum:
- Unknown
- DC
- AC
MeasurementTypeEnum:
- Unspecified
- Voltage
- ActiveCurrent
- ReactiveCurrent
- ApparentCurrent
- ActivePower
- ReactivePower
- ApparentPower
- RMSVoltage
- RMSCurrent
- RMSPower
- Frequency
- PowerFactor
- NeutralCurrent
- ElectricalEnergy

FanControl:
StepDirectionEnum:
- Increase
Expand Down Expand Up @@ -9146,6 +9238,8 @@
- Feature
AirQuality:
- Feature
ElectricalPowerMeasurement:
- Feature
HEPAFilterMonitoring:
- Feature
SmokeCOAlarm:
Expand Down Expand Up @@ -9182,6 +9276,13 @@
- Moderate
- VeryPoor
- ExtremelyPoor
ElectricalPowerMeasurement:
Feature:
- DirectCurrent
- AlternatingCurrent
- PolyphasePower
- Harmonics
- PowerQuality
HEPAFilterMonitoring:
Feature:
- Condition
Expand Down Expand Up @@ -9281,7 +9382,6 @@
- EnergyEVSEMode
- DeviceEnergyManagementMode
- Messages
- ElectricalPowerMeasurement
- PowerTopology
attributes:
DoorLock:
Expand Down
Loading
Loading