Skip to content

Commit

Permalink
Darwin: promote ElectricalEnergyMeasurement out of Provisional to Int…
Browse files Browse the repository at this point in the history
…roduced (#33322)

* Darwin:  promote ElectricalEnergyMeasurement out of Provisional to Introduced (YAML step)

* Darwin:  promote ElectricalEnergyMeasurement out of Provisional to Introduced (codegen step)
  • Loading branch information
kiel-apple authored May 7, 2024
1 parent d776522 commit 457c600
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 156 deletions.
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

0 comments on commit 457c600

Please sign in to comment.