downloadLog(withController:nodeId:type:timeout:completion:)

Declaration

optional func downloadLog(withController controller: Any?, nodeId: NSNumber, type: MTRDiagnosticLogType, timeout: TimeInterval, completion: @escaping  @Sendable (String?, (any Error)?) -> Void)
optional func downloadLog(withController controller: Any?, nodeId: NSNumber, type: MTRDiagnosticLogType, timeout: TimeInterval) async throws -> String