You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PdmDevice.cs around line 744
//Virtual inputs
foreach (var function in Inputs)
{
var msg = function.CreateUploadRequest(id, MessagePrefix.VirtualInputs);
if ( msg != null)
msgs.Add(msg);
}