Skip to content

Commit e77c117

Browse files
committed
Update HumanReadablePart.cs
1 parent c198dee commit e77c117

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

IotaSDK.NET/Domain/Network/HumanReadablePart.cs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ public enum HumanReadablePart
88
Atoi,
99
Smr,
1010
Rms,
11+
Test
1112
}
1213

1314
internal static class HumanReadablePartEnumConverter
@@ -24,6 +25,8 @@ public static string Convert(HumanReadablePart part)
2425
return "smr";
2526
case HumanReadablePart.Rms:
2627
return "rms";
28+
case HumanReadablePart.Test:
29+
return "tst";
2730
default:
2831
throw new ArgumentException("Failure to convert, Unknown enum value of HumanReadablePart");
2932
}

0 commit comments

Comments
 (0)