getDeviceController(withFabricId:completion:)

Declaration

optional func getDeviceController(withFabricId fabricId: UInt64, completion: @escaping  @Sendable (Any?, (any Error)?) -> Void)
optional func deviceController(withFabricId fabricId: UInt64) async throws -> Any