mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-18 08:11:55 +01:00
Introduce numeric error codes in security webapi
This commit is contained in:
@@ -73,4 +73,8 @@ enum WebApiError {
|
||||
NtpMinuteInvalid,
|
||||
NtpSecondInvalid,
|
||||
NtpTimeUpdated,
|
||||
|
||||
SecurityBase = 10000,
|
||||
SecurityPasswordLength,
|
||||
SecurityAuthSuccess,
|
||||
};
|
||||
Reference in New Issue
Block a user