shockerApi enum as byte enum

This commit is contained in:
glax 2024-01-17 22:26:04 +01:00
parent d9b7b09978
commit 6a28755311
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<Authors>Glax</Authors>
<RepositoryUrl>https://github.com/C9Glax/CShocker</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.1.7</Version>
<Version>1.1.8</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -1,6 +1,6 @@
namespace CShocker.Shockers.Abstract;
public enum ShockerApi
public enum ShockerApi : byte
{
OpenShockHttp = 0,
OpenShockSerial = 1,