mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-15 03:10:53 +01:00
Introduce numeric error codes in limit webapi
This commit is contained in:
@@ -27,4 +27,10 @@ enum WebApiError {
|
||||
InverterInvalidMaxChannel,
|
||||
InverterChanged,
|
||||
InverterDeleted,
|
||||
|
||||
LimitBase = 5000,
|
||||
LimitSerialZero,
|
||||
LimitInvalidLimit,
|
||||
LimitInvalidType,
|
||||
LimitInvalidInverter,
|
||||
};
|
||||
Reference in New Issue
Block a user