Fix event ids
This commit is contained in:
parent
e84e388521
commit
5ce8ec864d
@ -106,9 +106,8 @@ enum class SesameEvent {
|
|||||||
MessageCounterInvalid = 6,
|
MessageCounterInvalid = 6,
|
||||||
MessageAccepted = 7,
|
MessageAccepted = 7,
|
||||||
MessageDeviceInvalid = 8,
|
MessageDeviceInvalid = 8,
|
||||||
InvalidUrlParameter = 9,
|
InvalidUrlParameter = 20,
|
||||||
InvalidResponseAuthentication = 10,
|
InvalidResponseAuthentication = 21,
|
||||||
DeviceSetupIncomplete = 11,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user