ReplaceableOrRechargeableComponent: {
    attributes: {
        batCapacity: OptionalFixedAttribute<number, any>;
    };
} = ...

A PowerSourceCluster supports these elements if it supports features Replaceable or Rechargeable.

Type declaration

  • Readonlyattributes: {
        batCapacity: OptionalFixedAttribute<number, any>;
    }
    • ReadonlybatCapacity: OptionalFixedAttribute<number, any>

      Indicates the preferred minimum charge capacity rating in mAh of individual, user- or factory-serviceable battery cells or packs in the battery source.

      MatterSpecification.v13.Core § 11.7.7.25