chore: added smappee api
This commit is contained in:
@@ -31,12 +31,11 @@ app.MapPost(
|
||||
|
||||
app.MapPost(
|
||||
"/disable",
|
||||
() =>
|
||||
async (IChargerService chargerService) =>
|
||||
{
|
||||
await chargerService.ExecuteRequest(ChargerRequests.Disable);
|
||||
return;
|
||||
}
|
||||
async (IChargerService chargerService) =>
|
||||
{
|
||||
await chargerService.ExecuteRequest(ChargerRequests.Disable);
|
||||
return;
|
||||
}
|
||||
)
|
||||
.WithName("Disable");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user