chore: added smappee api

This commit is contained in:
Willem Serruys
2026-08-21 07:38:21 +02:00
parent df21ce581b
commit 1d0a5beb8c
12 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using enums;
namespace interfaces;
internal interface IChargerService
{
Task ExecuteRequest(ChargerRequests request);
}