Refactor file handling API and add endpoint to delete files

This commit is contained in:
Thomas Basler
2024-10-19 12:40:43 +02:00
parent aa9f36ee8f
commit 16901482d9
3 changed files with 87 additions and 47 deletions

View File

@@ -18,9 +18,10 @@ enum WebApiError {
DtuInvalidCmtFrequency,
DtuInvalidCmtCountry,
ConfigBase = 3000,
ConfigNotDeleted,
ConfigSuccess,
FileBase = 3000,
FileNotDeleted,
FileSuccess,
FileDeleteSuccess,
InverterBase = 4000,
InverterSerialZero,