-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
Description
I'm using the library for a MID interpreter. Entering a keepalive "00209999001 " gets reported as revision 0 where it is in fact 1.
See https://github.com/Rickedb/OpenProtocolInterpreter/blob/master/src/OpenProtocolInterpreter/KeepAlive/Mid9999.cs#L27
I guess that should be 1 instead as there does not exist revision 0 for any MID.
Revision 1 can be written as "001", "000" or " " (three spaces) according to the specification.