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