ClusterInstance: MutableCluster<{
    extensions: readonly [{
        component: {
            attributes: {
                spinSpeedCurrent: WritableAttribute<number | null, any>;
                spinSpeeds: Attribute<string[], any>;
            };
        };
        flags: {
            spin: true;
        };
    }, {
        component: {
            attributes: {
                numberOfRinses: WritableAttribute<LaundryWasherControls.NumberOfRinses, any>;
                supportedRinses: Attribute<LaundryWasherControls.NumberOfRinses[], any>;
            };
        };
        flags: {
            rinse: true;
        };
    }];
    features: {
        rinse: BitFlag;
        spin: BitFlag;
    };
    id: 83;
    name: "LaundryWasherControls";
    revision: 1;
}, []>

Type declaration

  • Readonlyextensions: readonly [{
        component: {
            attributes: {
                spinSpeedCurrent: WritableAttribute<number | null, any>;
                spinSpeeds: Attribute<string[], any>;
            };
        };
        flags: {
            spin: true;
        };
    }, {
        component: {
            attributes: {
                numberOfRinses: WritableAttribute<LaundryWasherControls.NumberOfRinses, any>;
                supportedRinses: Attribute<LaundryWasherControls.NumberOfRinses[], any>;
            };
        };
        flags: {
            rinse: true;
        };
    }]

    This metadata controls which LaundryWasherControlsCluster elements matter.js activates for specific feature combinations.

  • Readonlyfeatures: {
        rinse: BitFlag;
        spin: BitFlag;
    }
    • Readonlyrinse: BitFlag

      Rinse

      This feature indicates multiple rinse cycles are supported in at least one supported mode. Note that some modes may not support selection of the number of rinse cycles even if this feature is supported.

      MatterSpecification.v13.Cluster § 8.6.4.2

    • Readonlyspin: BitFlag

      Spin

      This feature indicates multiple spin speeds are supported in at least one supported mode. Note that some modes may not support multiple spin speeds even if this feature is supported.

      MatterSpecification.v13.Cluster § 8.6.4.1

  • Readonlyid: 83
  • Readonlyname: "LaundryWasherControls"
  • Readonlyrevision: 1