-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] #26684
Comments
The serial number would need to live in the TLV extension bits of the payload. Specifically, you would have an anonymous-tagged structure with a single field: context-specific tag 0, type string or unsigned integer, value serial number. So something like hex bytes
to generate a payload like the one you have above but with valid version number and those TLV bytes. That leads to:
I should fix Also, you should probably use |
Without this when we convert to QRCode we are dropping the serialNumber. Fixes project-chip#26684
Without this when we convert to QRCode we are dropping the serialNumber. Fixes project-chip#26684
Without this when we convert to QRCode we are dropping the serialNumber. Fixes #26684
It works, thanks |
Feature description
I'm using
to parse a commissioning QR code but serialNumber is nil.
Is it possible to have serialNumber in the QR code string ? How can generate such a QR code ?
Platform
darwin
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: