ClusterInstance: MutableCluster<{
    commands: {
        sleep: Command<void, void, any>;
    };
    id: 1288;
    name: "LowPower";
    revision: 1;
}, []>

Type declaration

  • Readonlycommands: {
        sleep: Command<void, void, any>;
    }
    • Readonlysleep: Command<void, void, any>

      This command shall put the device into low power mode.

      MatterSpecification.v13.Cluster § 1.11.4.1

  • Readonlyid: 1288
  • Readonlyname: "LowPower"
  • Readonlyrevision: 1