TheThingsNetwork / lorawan-devices

Device Repository for LoRaWAN devices
Apache License 2.0
183 stars 360 forks source link

Fix vendorProfileID validation #783

Closed LDannijs closed 1 month ago

LDannijs commented 2 months ago

Summary

I noticed with #782 that the validation wasn't catching if vendorProfileID existed. I am not sure why, since it can clearly read the value, but replacing it with catching the string does the trick (and I tested it, it works)

Also they tried to change the firmware versions, which gave us a lot of problems not long ago with Dragino, so updating the pull request template too.

Changes