DynamicPowerFlowComponent: {
    attributes: {
        activeEndpoints: Attribute<EndpointNumber[], any>;
    };
}

A PowerTopologyCluster supports these elements if it supports feature DynamicPowerFlow.

Type declaration

  • Readonlyattributes: {
        activeEndpoints: Attribute<EndpointNumber[], any>;
    }
    • ReadonlyactiveEndpoints: Attribute<EndpointNumber[], any>

      Indicates the current list of endpoints currently providing or consuming power to or from the endpoint hosting this server. This list shall be a subset of the value of the AvailableEndpoints attribute.

      MatterSpecification.v13.Core § 11.8.5.2