Example #1
0
 public Task <FritzDevice> Connect()
 {
     return(_deviceFactory.CreateDeviceAsync(_ip));
 }