mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-20 09:12:49 +01:00
Introduce numeric error codes in maintenance webapi
This commit is contained in:
@@ -33,4 +33,8 @@ enum WebApiError {
|
||||
LimitInvalidLimit,
|
||||
LimitInvalidType,
|
||||
LimitInvalidInverter,
|
||||
|
||||
MaintenanceBase = 6000,
|
||||
MaintenanceRebootTriggered,
|
||||
MaintenanceRebootCancled,
|
||||
};
|
||||
Reference in New Issue
Block a user