- start communication of device

master
Simon G 5 years ago
parent 48fc1965da
commit d2171275e3
  1. 2
      Mystify/MainModel.cs

@ -17,6 +17,8 @@ namespace Mystify
{
_device = deviceFactory.Create();
_controllableCollector = controllableCollectorFactory.Create();
_device.StartCommunication();
}
public List<IChannel> Channels => _device.Channels;

Loading…
Cancel
Save