mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-15 03:10:53 +01:00
Introduce numeric error codes in config webapi
This commit is contained in:
@@ -13,4 +13,8 @@ enum WebApiError {
|
||||
DtuSerialZero,
|
||||
DtuPollZero,
|
||||
DtuInvalidPowerLevel,
|
||||
|
||||
ConfigBase = 3000,
|
||||
ConfigNotDeleted,
|
||||
ConfigSuccess
|
||||
};
|
||||
Reference in New Issue
Block a user