Fix api os deserialization

This commit is contained in:
crschnick 2024-08-21 21:55:16 +00:00
parent d92b870908
commit a65a0bd1b0

View file

@ -36,7 +36,7 @@ public class ShellStartExchange extends BeaconInterface<ShellStartExchange.Reque
ShellDialect shellDialect;
@NonNull
OsType osType;
OsType.Any osType;
@NonNull
String osName;