We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0be658 + d68084f commit c0ac22bCopy full SHA for c0ac22b
libEDSsharp/eds.cs
@@ -638,7 +638,7 @@ public class DeviceInfo : InfoSection
638
public bool LSS_Supported;
639
640
[EdsExport(true)] //comment only, not supported by eds
641
- public string LSS_Type = "";
+ public string LSS_Type = "Server";
642
643
public DeviceInfo(Dictionary<string, string> section)
644
{
0 commit comments