Fix event ids

This commit is contained in:
Christoph Hagen 2023-08-09 16:26:16 +02:00
parent e84e388521
commit 5ce8ec864d

View File

@ -106,9 +106,8 @@ enum class SesameEvent {
MessageCounterInvalid = 6,
MessageAccepted = 7,
MessageDeviceInvalid = 8,
InvalidUrlParameter = 9,
InvalidResponseAuthentication = 10,
DeviceSetupIncomplete = 11,
InvalidUrlParameter = 20,
InvalidResponseAuthentication = 21,
};
/**