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 ElectricalEnergyMeasurement out of Provisional to Introduced #33322

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
62 changes: 62 additions & 0 deletions 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
- ElectricalEnergyMeasurement
- ElectricalPowerMeasurement
- HEPAFilterMonitoring
- SmokeCOAlarm
Expand Down Expand Up @@ -8549,6 +8550,18 @@
- AttributeList
- FeatureMap
- ClusterRevision
ElectricalEnergyMeasurement:
- Accuracy
- CumulativeEnergyImported
- CumulativeEnergyExported
- PeriodicEnergyImported
- PeriodicEnergyExported
- CumulativeEnergyReset
- GeneratedCommandList
- AcceptedCommandList
- AttributeList
- FeatureMap
- ClusterRevision
ElectricalPowerMeasurement:
- PowerMode
- NumberOfMeasurementTypes
Expand Down Expand Up @@ -8795,6 +8808,10 @@
structs:
ActivatedCarbonFilterMonitoring:
- ReplacementProductStruct
ElectricalEnergyMeasurement:
- EnergyMeasurementStruct
- CumulativeEnergyResetStruct
- MeasurementAccuracyStruct
ElectricalPowerMeasurement:
- HarmonicMeasurementStruct
- MeasurementRangeStruct
Expand All @@ -8807,6 +8824,33 @@
ReplacementProductStruct:
- productIdentifierType
- productIdentifierValue
ElectricalEnergyMeasurement:
EnergyMeasurementStruct:
- energy
- startTimestamp
- endTimestamp
- startSystime
- endSystime
CumulativeEnergyResetStruct:
- importedResetTimestamp
- exportedResetTimestamp
- importedResetSystime
- exportedResetSystime
MeasurementAccuracyStruct:
- measurementType
- measured
- minMeasuredValue
- maxMeasuredValue
- accuracyRanges
MeasurementAccuracyRangeStruct:
- rangeMin
- rangeMax
- percentMax
- percentMin
- percentTypical
- fixedMax
- fixedMin
- fixedTypical
ElectricalPowerMeasurement:
MeasurementRangeStruct:
- measurementType
Expand Down Expand Up @@ -8843,6 +8887,9 @@
- productIdentifierType
- productIdentifierValue
events:
ElectricalEnergyMeasurement:
- CumulativeEnergyMeasured
- PeriodicEnergyMeasured
ElectricalPowerMeasurement:
- MeasurementPeriodRanges
SmokeCOAlarm:
Expand All @@ -8858,6 +8905,13 @@
- InterconnectCOAlarm
- AllClear
event fields:
ElectricalEnergyMeasurement:
CumulativeEnergyMeasured:
- energyImported
- energyExported
PeriodicEnergyMeasured:
- energyImported
- energyExported
ElectricalPowerMeasurement:
MeasurementPeriodRanges:
- ranges
Expand Down Expand Up @@ -9238,6 +9292,8 @@
- Feature
AirQuality:
- Feature
ElectricalEnergyMeasurement:
- Feature
ElectricalPowerMeasurement:
- Feature
HEPAFilterMonitoring:
Expand Down Expand Up @@ -9276,6 +9332,12 @@
- Moderate
- VeryPoor
- ExtremelyPoor
ElectricalEnergyMeasurement:
Feature:
- ImportedEnergy
- ExportedEnergy
- CumulativeEnergy
- PeriodicEnergy
ElectricalPowerMeasurement:
Feature:
- DirectCurrent
Expand Down
Loading
Loading