CompleteInstance: MutableCluster<{
    attributes: {
        accuracy: FixedAttribute<TypeFromFields, any>;
        cumulativeEnergyExported: Attribute<TypeFromFields | null, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                cumulativeEnergy: boolean;
                exportedEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        cumulativeEnergyImported: Attribute<TypeFromFields | null, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                cumulativeEnergy: boolean;
                importedEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        cumulativeEnergyReset: OptionalAttribute<TypeFromFields | null, any> & {
            isConditional: true;
            mandatoryIf: [] | ConditionalFeatureList;
            optional: true;
            optionalIf: [] | [{
                cumulativeEnergy: boolean;
            }];
        };
        periodicEnergyExported: Attribute<TypeFromFields | null, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                exportedEnergy: boolean;
                periodicEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        periodicEnergyImported: Attribute<TypeFromFields | null, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                importedEnergy: boolean;
                periodicEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
    };
    events: {
        cumulativeEnergyMeasured: Event<TypeFromFields, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                cumulativeEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        periodicEnergyMeasured: Event<TypeFromFields, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                periodicEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
    };
    features: {
        cumulativeEnergy: BitFlag;
        exportedEnergy: BitFlag;
        importedEnergy: BitFlag;
        periodicEnergy: BitFlag;
    };
    id: 145;
    name: "ElectricalEnergyMeasurement";
    revision: 1;
}, []>

Type declaration

  • Readonlyattributes: {
        accuracy: FixedAttribute<TypeFromFields, any>;
        cumulativeEnergyExported: Attribute<TypeFromFields | null, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                cumulativeEnergy: boolean;
                exportedEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        cumulativeEnergyImported: Attribute<TypeFromFields | null, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                cumulativeEnergy: boolean;
                importedEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        cumulativeEnergyReset: OptionalAttribute<TypeFromFields | null, any> & {
            isConditional: true;
            mandatoryIf: [] | ConditionalFeatureList;
            optional: true;
            optionalIf: [] | [{
                cumulativeEnergy: boolean;
            }];
        };
        periodicEnergyExported: Attribute<TypeFromFields | null, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                exportedEnergy: boolean;
                periodicEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        periodicEnergyImported: Attribute<TypeFromFields | null, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                importedEnergy: boolean;
                periodicEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
    }
    • Readonlyaccuracy: FixedAttribute<TypeFromFields, any>

      Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on this MeasurementAccuracyStruct shall be ElectricalEnergy.

      MatterSpecification.v13.Cluster § 2.12.6.1

    • ReadonlycumulativeEnergyExported: Attribute<TypeFromFields | null, any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              cumulativeEnergy: boolean;
              exportedEnergy: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
    • ReadonlycumulativeEnergyImported: Attribute<TypeFromFields | null, any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              cumulativeEnergy: boolean;
              importedEnergy: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
    • ReadonlycumulativeEnergyReset: OptionalAttribute<TypeFromFields | null, any> & {
          isConditional: true;
          mandatoryIf: [] | ConditionalFeatureList;
          optional: true;
          optionalIf: [] | [{
              cumulativeEnergy: boolean;
          }];
      }
    • ReadonlyperiodicEnergyExported: Attribute<TypeFromFields | null, any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              exportedEnergy: boolean;
              periodicEnergy: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
    • ReadonlyperiodicEnergyImported: Attribute<TypeFromFields | null, any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              importedEnergy: boolean;
              periodicEnergy: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
  • Readonlyevents: {
        cumulativeEnergyMeasured: Event<TypeFromFields, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                cumulativeEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        periodicEnergyMeasured: Event<TypeFromFields, any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                periodicEnergy: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
    }
    • ReadonlycumulativeEnergyMeasured: Event<TypeFromFields, any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              cumulativeEnergy: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
    • ReadonlyperiodicEnergyMeasured: Event<TypeFromFields, any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              periodicEnergy: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
  • Readonlyfeatures: {
        cumulativeEnergy: BitFlag;
        exportedEnergy: BitFlag;
        importedEnergy: BitFlag;
        periodicEnergy: BitFlag;
    }
    • ReadonlycumulativeEnergy: BitFlag

      CumulativeEnergy

      The feature indicates the server is capable of measuring how much energy has been imported or exported by the server over the device’s lifetime. This measurement may start from when a device’s firmware is updated to include this feature, when a device’s firmware is updated to correct measurement errors, or when a device is factory reset.

      MatterSpecification.v13.Cluster § 2.12.4.3

    • ReadonlyexportedEnergy: BitFlag

      ExportedEnergy

      The feature indicates the server is capable of measuring how much energy is exported by the server.

      MatterSpecification.v13.Cluster § 2.12.4.2

    • ReadonlyimportedEnergy: BitFlag

      ImportedEnergy

      The feature indicates the server is capable of measuring how much energy is imported by the server.

      MatterSpecification.v13.Cluster § 2.12.4.1

    • ReadonlyperiodicEnergy: BitFlag

      PeriodicEnergy

      The feature indicates the server is capable of measuring how much energy has been imported or exported by the server during a certain period of time. The start and end times for measurement periods shall be determined by the server, and may represent overlapping periods.

      MatterSpecification.v13.Cluster § 2.12.4.4

  • Readonlyid: 145
  • Readonlyname: "ElectricalEnergyMeasurement"
  • Readonlyrevision: 1