|
8515 | 8515 | clusters:
|
8516 | 8516 | - ActivatedCarbonFilterMonitoring
|
8517 | 8517 | - AirQuality
|
| 8518 | + - ElectricalPowerMeasurement |
8518 | 8519 | - HEPAFilterMonitoring
|
8519 | 8520 | - SmokeCOAlarm
|
8520 | 8521 | # Concentration Measurement clusters
|
|
8548 | 8549 | - AttributeList
|
8549 | 8550 | - FeatureMap
|
8550 | 8551 | - ClusterRevision
|
| 8552 | + ElectricalPowerMeasurement: |
| 8553 | + - PowerMode |
| 8554 | + - NumberOfMeasurementTypes |
| 8555 | + - Accuracy |
| 8556 | + - Ranges |
| 8557 | + - Voltage |
| 8558 | + - ActiveCurrent |
| 8559 | + - ReactiveCurrent |
| 8560 | + - ApparentCurrent |
| 8561 | + - ActivePower |
| 8562 | + - ReactivePower |
| 8563 | + - ApparentPower |
| 8564 | + - RMSVoltage |
| 8565 | + - RMSCurrent |
| 8566 | + - RMSPower |
| 8567 | + - Frequency |
| 8568 | + - HarmonicCurrents |
| 8569 | + - HarmonicPhases |
| 8570 | + - PowerFactor |
| 8571 | + - NeutralCurrent |
| 8572 | + - GeneratedCommandList |
| 8573 | + - AcceptedCommandList |
| 8574 | + - AttributeList |
| 8575 | + - FeatureMap |
| 8576 | + - ClusterRevision |
8551 | 8577 | FanControl:
|
8552 | 8578 | - AirflowDirection
|
8553 | 8579 | HEPAFilterMonitoring:
|
|
8769 | 8795 | structs:
|
8770 | 8796 | ActivatedCarbonFilterMonitoring:
|
8771 | 8797 | - ReplacementProductStruct
|
| 8798 | + ElectricalPowerMeasurement: |
| 8799 | + - HarmonicMeasurementStruct |
| 8800 | + - MeasurementRangeStruct |
| 8801 | + - MeasurementAccuracyRangeStruct |
| 8802 | + - MeasurementAccuracyStruct |
8772 | 8803 | HEPAFilterMonitoring:
|
8773 | 8804 | - ReplacementProductStruct
|
8774 | 8805 | struct fields:
|
8775 | 8806 | ActivatedCarbonFilterMonitoring:
|
8776 | 8807 | ReplacementProductStruct:
|
8777 | 8808 | - productIdentifierType
|
8778 | 8809 | - productIdentifierValue
|
| 8810 | + ElectricalPowerMeasurement: |
| 8811 | + MeasurementRangeStruct: |
| 8812 | + - measurementType |
| 8813 | + - min |
| 8814 | + - max |
| 8815 | + - startTimestamp |
| 8816 | + - endTimestamp |
| 8817 | + - minTimestamp |
| 8818 | + - maxTimestamp |
| 8819 | + - startSystime |
| 8820 | + - endSystime |
| 8821 | + - minSystime |
| 8822 | + - maxSystime |
| 8823 | + HarmonicMeasurementStruct: |
| 8824 | + - order |
| 8825 | + - measurement |
| 8826 | + MeasurementAccuracyStruct: |
| 8827 | + - measurementType |
| 8828 | + - measured |
| 8829 | + - minMeasuredValue |
| 8830 | + - maxMeasuredValue |
| 8831 | + - accuracyRanges |
| 8832 | + MeasurementAccuracyRangeStruct: |
| 8833 | + - rangeMin |
| 8834 | + - rangeMax |
| 8835 | + - percentMax |
| 8836 | + - percentMin |
| 8837 | + - percentTypical |
| 8838 | + - fixedMax |
| 8839 | + - fixedMin |
| 8840 | + - fixedTypical |
8779 | 8841 | HEPAFilterMonitoring:
|
8780 | 8842 | ReplacementProductStruct:
|
8781 | 8843 | - productIdentifierType
|
8782 | 8844 | - productIdentifierValue
|
8783 | 8845 | events:
|
| 8846 | + ElectricalPowerMeasurement: |
| 8847 | + - MeasurementPeriodRanges |
8784 | 8848 | SmokeCOAlarm:
|
8785 | 8849 | - SmokeAlarm
|
8786 | 8850 | - COAlarm
|
|
8794 | 8858 | - InterconnectCOAlarm
|
8795 | 8859 | - AllClear
|
8796 | 8860 | event fields:
|
| 8861 | + ElectricalPowerMeasurement: |
| 8862 | + MeasurementPeriodRanges: |
| 8863 | + - ranges |
8797 | 8864 | SmokeCOAlarm:
|
8798 | 8865 | SmokeAlarm:
|
8799 | 8866 | - alarmSeverityLevel
|
|
8812 | 8879 | - ProductIdentifierTypeEnum
|
8813 | 8880 | AirQuality:
|
8814 | 8881 | - AirQualityEnum
|
| 8882 | + ElectricalPowerMeasurement: |
| 8883 | + - PowerModeEnum |
| 8884 | + - MeasurementTypeEnum |
8815 | 8885 | FanControl:
|
8816 | 8886 | - StepDirectionEnum
|
8817 | 8887 | - AirflowDirectionEnum
|
|
8890 | 8960 | - Poor
|
8891 | 8961 | - VeryPoor
|
8892 | 8962 | - ExtremelyPoor
|
| 8963 | + ElectricalPowerMeasurement: |
| 8964 | + PowerModeEnum: |
| 8965 | + - Unknown |
| 8966 | + - DC |
| 8967 | + - AC |
| 8968 | + MeasurementTypeEnum: |
| 8969 | + - Unspecified |
| 8970 | + - Voltage |
| 8971 | + - ActiveCurrent |
| 8972 | + - ReactiveCurrent |
| 8973 | + - ApparentCurrent |
| 8974 | + - ActivePower |
| 8975 | + - ReactivePower |
| 8976 | + - ApparentPower |
| 8977 | + - RMSVoltage |
| 8978 | + - RMSCurrent |
| 8979 | + - RMSPower |
| 8980 | + - Frequency |
| 8981 | + - PowerFactor |
| 8982 | + - NeutralCurrent |
| 8983 | + - ElectricalEnergy |
| 8984 | + |
8893 | 8985 | FanControl:
|
8894 | 8986 | StepDirectionEnum:
|
8895 | 8987 | - Increase
|
|
9146 | 9238 | - Feature
|
9147 | 9239 | AirQuality:
|
9148 | 9240 | - Feature
|
| 9241 | + ElectricalPowerMeasurement: |
| 9242 | + - Feature |
9149 | 9243 | HEPAFilterMonitoring:
|
9150 | 9244 | - Feature
|
9151 | 9245 | SmokeCOAlarm:
|
|
9182 | 9276 | - Moderate
|
9183 | 9277 | - VeryPoor
|
9184 | 9278 | - ExtremelyPoor
|
| 9279 | + ElectricalPowerMeasurement: |
| 9280 | + Feature: |
| 9281 | + - DirectCurrent |
| 9282 | + - AlternatingCurrent |
| 9283 | + - PolyphasePower |
| 9284 | + - Harmonics |
| 9285 | + - PowerQuality |
9185 | 9286 | HEPAFilterMonitoring:
|
9186 | 9287 | Feature:
|
9187 | 9288 | - Condition
|
|
9281 | 9382 | - EnergyEVSEMode
|
9282 | 9383 | - DeviceEnergyManagementMode
|
9283 | 9384 | - Messages
|
9284 |
| - - ElectricalPowerMeasurement |
9285 | 9385 | - PowerTopology
|
9286 | 9386 | attributes:
|
9287 | 9387 | DoorLock:
|
|
0 commit comments