|
@@ -41,7 +41,7 @@ public static partial class AppExtention
|
|
|
|
|
|
public class OcppWebsocketService : WebsocketService<WsClientData>
|
|
|
{
|
|
|
- public static List<string> protocals = new List<string>() { "", "ocpp1.6", "ocpp2.0.1" };
|
|
|
+ public static List<string> protocals = new List<string>() { "ocpp1.6"};
|
|
|
|
|
|
private readonly IConfiguration configuration;
|
|
|
private readonly IMainDbService mainDbService;
|