Closed jtabb16 closed 10 months ago
Hi, indeed you are right and it's a good catch. Would you like to do me pull request with the fix?
Don't hesitate to report if you find other issues when using sllurp to use your Zebra reader as I don't have one to test.
Closing as fixed.
Thank you for your work. I'm using this code to help me understand LLRP with the Zebra FX 7500.
Line 4628 in llrpproto.py says: par, = decode_all_parameters(data[ubyte_size:], MotoFilterRule, par)
This throws an error when you run the sllurp gui because when this line of code runs, Python thinks MotoFilterRule is a variable. MotoFilterRule should be 'MotoFilterRule', just as all the other commands have apostrophes around them.