shockerApi enum as byte enum

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

View File

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