ClusterInstance: MutableCluster<{
    attributes: {
        currentMode: Attribute<number, any>;
        supportedModes: FixedAttribute<.[], any>;
    };
    commands: {
        changeToMode: Command<., void, any>;
    };
    extensions: readonly [];
    features: {
        onOff: BitFlag;
    };
    id: 84;
    name: "RvcRunMode";
    revision: 2;
}, []>

Type declaration

  • Readonlyattributes: {
        currentMode: Attribute<number, any>;
        supportedModes: FixedAttribute<.[], any>;
    }
    • ReadonlycurrentMode: Attribute<number, any>

      MatterSpecification.v13.Cluster § 7.2.6

    • ReadonlysupportedModes: FixedAttribute<.[], any>

      MatterSpecification.v13.Cluster § 7.2.6

  • Readonlycommands: {
        changeToMode: Command<., void, any>;
    }
    • ReadonlychangeToMode: Command<., void, any>

      This command is used to change device modes.

      On receipt of this command the device shall respond with a ChangeToModeResponse command.

      MatterSpecification.v13.Cluster § 1.10.7.1

  • Readonlyextensions: readonly []

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

  • Readonlyfeatures: {
        onOff: BitFlag;
    }
    • ReadonlyonOff: BitFlag

      OnOff

      This feature creates a dependency between an OnOff cluster instance and this cluster instance on the same endpoint. See OnMode for more information.

      MatterSpecification.v13.Cluster § 1.10.4.1

  • Readonlyid: 84
  • Readonlyname: "RvcRunMode"
  • Readonlyrevision: 2