mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Settings: The device can report when defaults were applied
This commit is contained in:
@@ -19,7 +19,8 @@ public:
|
||||
InvalidSubversion = 3,
|
||||
NotEnoughMemory = 4,
|
||||
APIFailure = 5,
|
||||
APIUnsupported = 6
|
||||
APIUnsupported = 6,
|
||||
OKDefaultsUsed = 7, // Got the settings okay, but the defaults were used (after firmware upgrade or a checksum error)
|
||||
};
|
||||
|
||||
Response response;
|
||||
|
||||
Reference in New Issue
Block a user