This cluster supports all PowerTopology features. It may support illegal feature combinations.

If you use this cluster you must manually specify which features are active and ensure the set of active features is legal per the Matter specification.

interface Complete {
    attributes: Merge<{
        activeEndpoints: Attribute<EndpointNumber[], any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                dynamicPowerFlow: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList<BitSchema>;
        };
        availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                setTopology: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList<BitSchema>;
        };
    }, GlobalAttributes<{
        dynamicPowerFlow: BitFlag;
        nodeTopology: BitFlag;
        setTopology: BitFlag;
        treeTopology: BitFlag;
    }>>;
    base: undefined;
    commands: {};
    events: {};
    extensions: undefined;
    features: {
        dynamicPowerFlow: BitFlag;
        nodeTopology: BitFlag;
        setTopology: BitFlag;
        treeTopology: BitFlag;
    };
    id: Branded<156, "ClusterId">;
    name: "PowerTopology";
    revision: 1;
    supportedFeatures: {};
    unknown: false;
    alter<const AlterationsT>(alterations: AlterationsT): WithAlterations<Of<{
        attributes: {
            activeEndpoints: Attribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    dynamicPowerFlow: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
            availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    setTopology: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
        };
        features: {
            dynamicPowerFlow: BitFlag;
            nodeTopology: BitFlag;
            setTopology: BitFlag;
            treeTopology: BitFlag;
        };
        id: 156;
        name: "PowerTopology";
        revision: 1;
    }>, AlterationsT>;
    enable<const FlagsT>(flags: FlagsT): WithFlags<Of<{
        attributes: {
            activeEndpoints: Attribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    dynamicPowerFlow: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
            availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    setTopology: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
        };
        features: {
            dynamicPowerFlow: BitFlag;
            nodeTopology: BitFlag;
            setTopology: BitFlag;
            treeTopology: BitFlag;
        };
        id: 156;
        name: "PowerTopology";
        revision: 1;
    }>, FlagsT>;
    set<const ValuesT>(values: ValuesT): WithValues<Of<{
        attributes: {
            activeEndpoints: Attribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    dynamicPowerFlow: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
            availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    setTopology: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
        };
        features: {
            dynamicPowerFlow: BitFlag;
            nodeTopology: BitFlag;
            setTopology: BitFlag;
            treeTopology: BitFlag;
        };
        id: 156;
        name: "PowerTopology";
        revision: 1;
    }>, ValuesT>;
    with<const SelectionT>(...selection: SelectionT): Of<Of<{
        attributes: {
            activeEndpoints: Attribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    dynamicPowerFlow: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
            availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    setTopology: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
        };
        features: {
            dynamicPowerFlow: BitFlag;
            nodeTopology: BitFlag;
            setTopology: BitFlag;
            treeTopology: BitFlag;
        };
        id: 156;
        name: "PowerTopology";
        revision: 1;
    }>, SelectionT>;
}

Hierarchy (view full)

Properties

attributes: Merge<{
    activeEndpoints: Attribute<EndpointNumber[], any> & {
        isConditional: true;
        mandatoryIf: [] | [{
            dynamicPowerFlow: boolean;
        }];
        optional: true;
        optionalIf: [] | ConditionalFeatureList<BitSchema>;
    };
    availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
        isConditional: true;
        mandatoryIf: [] | [{
            setTopology: boolean;
        }];
        optional: true;
        optionalIf: [] | ConditionalFeatureList<BitSchema>;
    };
}, GlobalAttributes<{
    dynamicPowerFlow: BitFlag;
    nodeTopology: BitFlag;
    setTopology: BitFlag;
    treeTopology: BitFlag;
}>>
base: undefined
commands: {}
events: {}
extensions: undefined
features: {
    dynamicPowerFlow: BitFlag;
    nodeTopology: BitFlag;
    setTopology: BitFlag;
    treeTopology: BitFlag;
}

Type declaration

  • ReadonlydynamicPowerFlow: BitFlag

    DynamicPowerFlow

    The specified set of endpoints may change

  • ReadonlynodeTopology: BitFlag

    NodeTopology

    This endpoint provides or consumes power to/from the entire node

  • ReadonlysetTopology: BitFlag

    SetTopology

    This endpoint provides or consumes power to/from a specified set of endpoints

  • ReadonlytreeTopology: BitFlag

    TreeTopology

    This endpoint provides or consumes power to/from itself and its child endpoints

id: Branded<156, "ClusterId">
name
revision
supportedFeatures: {}
unknown

Methods

  • Modify elements using ElementModifier.alter.

    Type Parameters

    • const AlterationsT extends Alterations<Of<{
          attributes: {
              activeEndpoints: Attribute<EndpointNumber[], any> & {
                  isConditional: true;
                  mandatoryIf: [] | [{
                      dynamicPowerFlow: boolean;
                  }];
                  optional: true;
                  optionalIf: [] | ConditionalFeatureList<BitSchema>;
              };
              availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                  isConditional: true;
                  mandatoryIf: [] | [{
                      setTopology: boolean;
                  }];
                  optional: true;
                  optionalIf: [] | ConditionalFeatureList<BitSchema>;
              };
          };
          features: {
              dynamicPowerFlow: BitFlag;
              nodeTopology: BitFlag;
              setTopology: BitFlag;
              treeTopology: BitFlag;
          };
          id: 156;
          name: "PowerTopology";
          revision: 1;
      }>>

    Parameters

    Returns WithAlterations<Of<{
        attributes: {
            activeEndpoints: Attribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    dynamicPowerFlow: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
            availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    setTopology: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
        };
        features: {
            dynamicPowerFlow: BitFlag;
            nodeTopology: BitFlag;
            setTopology: BitFlag;
            treeTopology: BitFlag;
        };
        id: 156;
        name: "PowerTopology";
        revision: 1;
    }>, AlterationsT>

  • Modify elements using ElementModifier.enable.

    Type Parameters

    • const FlagsT extends ElementFlags<Of<{
          attributes: {
              activeEndpoints: Attribute<EndpointNumber[], any> & {
                  isConditional: true;
                  mandatoryIf: [] | [{
                      dynamicPowerFlow: boolean;
                  }];
                  optional: true;
                  optionalIf: [] | ConditionalFeatureList<BitSchema>;
              };
              availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                  isConditional: true;
                  mandatoryIf: [] | [{
                      setTopology: boolean;
                  }];
                  optional: true;
                  optionalIf: [] | ConditionalFeatureList<BitSchema>;
              };
          };
          features: {
              dynamicPowerFlow: BitFlag;
              nodeTopology: BitFlag;
              setTopology: BitFlag;
              treeTopology: BitFlag;
          };
          id: 156;
          name: "PowerTopology";
          revision: 1;
      }>>

    Parameters

    Returns WithFlags<Of<{
        attributes: {
            activeEndpoints: Attribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    dynamicPowerFlow: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
            availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    setTopology: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
        };
        features: {
            dynamicPowerFlow: BitFlag;
            nodeTopology: BitFlag;
            setTopology: BitFlag;
            treeTopology: BitFlag;
        };
        id: 156;
        name: "PowerTopology";
        revision: 1;
    }>, FlagsT>

  • Modify elements using ElementModifier.set.

    Type Parameters

    • const ValuesT extends {
          activeEndpoints?: number[];
          availableEndpoints?: number[];
      }

    Parameters

    Returns WithValues<Of<{
        attributes: {
            activeEndpoints: Attribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    dynamicPowerFlow: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
            availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    setTopology: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
        };
        features: {
            dynamicPowerFlow: BitFlag;
            nodeTopology: BitFlag;
            setTopology: BitFlag;
            treeTopology: BitFlag;
        };
        id: 156;
        name: "PowerTopology";
        revision: 1;
    }>, ValuesT>

  • Select features using ClusterComposer.compose.

    Type Parameters

    • const SelectionT extends FeatureSelection<Of<{
          attributes: {
              activeEndpoints: Attribute<EndpointNumber[], any> & {
                  isConditional: true;
                  mandatoryIf: [] | [{
                      dynamicPowerFlow: boolean;
                  }];
                  optional: true;
                  optionalIf: [] | ConditionalFeatureList<BitSchema>;
              };
              availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                  isConditional: true;
                  mandatoryIf: [] | [{
                      setTopology: boolean;
                  }];
                  optional: true;
                  optionalIf: [] | ConditionalFeatureList<BitSchema>;
              };
          };
          features: {
              dynamicPowerFlow: BitFlag;
              nodeTopology: BitFlag;
              setTopology: BitFlag;
              treeTopology: BitFlag;
          };
          id: 156;
          name: "PowerTopology";
          revision: 1;
      }>>

    Parameters

    Returns Of<Of<{
        attributes: {
            activeEndpoints: Attribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    dynamicPowerFlow: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
            availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
                isConditional: true;
                mandatoryIf: [] | [{
                    setTopology: boolean;
                }];
                optional: true;
                optionalIf: [] | ConditionalFeatureList<BitSchema>;
            };
        };
        features: {
            dynamicPowerFlow: BitFlag;
            nodeTopology: BitFlag;
            setTopology: BitFlag;
            treeTopology: BitFlag;
        };
        id: 156;
        name: "PowerTopology";
        revision: 1;
    }>, SelectionT>