ClusterInstance: MutableCluster<{
    commands: {
        retrieveLogsRequest: Command<TypeFromFields, TypeFromFields, any>;
    };
    id: 50;
    name: "DiagnosticLogs";
    revision: 1;
}, []>

Type declaration

  • Readonlycommands: {
        retrieveLogsRequest: Command<TypeFromFields, TypeFromFields, any>;
    }
    • ReadonlyretrieveLogsRequest: Command<TypeFromFields, TypeFromFields, any>

      Reception of this command starts the process of retrieving diagnostic logs from a Node.

      MatterSpecification.v13.Core § 11.11.5.1

  • Readonlyid: 50
  • Readonlyname: "DiagnosticLogs"
  • Readonlyrevision: 1