You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generate-qr command requires an end device to be registered to generate the QR Code. This doesn't work with the new claiming flow.
We should also maybe deprecate the Generate function of the EndDeviceQRCodeGenerator since QR generation should be a function of an external join server.
Why do we need this? Who uses it, and when?
This is to remove functionality that doesn't work.
Proposed Implementation
Follow the usual deprecation steps.
Contributing
I can help by doing more research.
I can help by implementing the feature after the proposal above is approved.
I can help by testing the feature before it's released.
I'm not sure what you mean with noop. This command is expected to write an image to a file. If we suddenly stop doing that while returning 0 exit code, we break CLI compatibility.
This command is marked EXPERIMENTAL, but still, changing it to not doing anything breaks scripts that are using it.
Summary
Deprecate
generate-qr
command for end devices. Refshttps://github.com/TheThingsIndustries/lorawan-join-server/issues/55 and https://github.com/TheThingsIndustries/product-management/issues/13
Current Situation
The
generate-qr
command requires an end device to be registered to generate the QR Code. This doesn't work with the new claiming flow.We should also maybe deprecate the
Generate
function of theEndDeviceQRCodeGenerator
since QR generation should be a function of an external join server.Why do we need this? Who uses it, and when?
This is to remove functionality that doesn't work.
Proposed Implementation
Follow the usual deprecation steps.
Contributing
Code of Conduct
The text was updated successfully, but these errors were encountered: