mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-17 07:41:52 +01:00
Refactor file handling API and add endpoint to delete files
This commit is contained in:
@@ -18,9 +18,10 @@ enum WebApiError {
|
||||
DtuInvalidCmtFrequency,
|
||||
DtuInvalidCmtCountry,
|
||||
|
||||
ConfigBase = 3000,
|
||||
ConfigNotDeleted,
|
||||
ConfigSuccess,
|
||||
FileBase = 3000,
|
||||
FileNotDeleted,
|
||||
FileSuccess,
|
||||
FileDeleteSuccess,
|
||||
|
||||
InverterBase = 4000,
|
||||
InverterSerialZero,
|
||||
|
||||
Reference in New Issue
Block a user