Skip to content

Commit c0ac22b

Browse files
Merge pull request robincornelius#98 from martinwag/add_lss_2
Add default value for lss
2 parents e0be658 + d68084f commit c0ac22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libEDSsharp/eds.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ public class DeviceInfo : InfoSection
638638
public bool LSS_Supported;
639639

640640
[EdsExport(true)] //comment only, not supported by eds
641-
public string LSS_Type = "";
641+
public string LSS_Type = "Server";
642642

643643
public DeviceInfo(Dictionary<string, string> section)
644644
{

0 commit comments

Comments
 (0)