-
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
Need to display the QR code using the Github pages of CHIP repository #3266
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
future
p3
priority 3 work
V1.X
Milestone
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
andy31415
added a commit
that referenced
this issue
Feb 22, 2022
This is to start to address #3266 - we should later be able to use gh pages to host the QR code display.
This was referenced Jun 23, 2022
jrhees-cae
added a commit
to jrhees-cae/connectedhomeip
that referenced
this issue
Aug 3, 2023
- Modify flow to allow for RequirePINforRemoteOperation to be TRUE or FALSE - Reorder steps 7-9 to ensure subsequent test of WrongCodeEntryLimit doesn't already have existing failed entry attempts - Fix incorrect PICS (use .Write PICS) for writing WrongCodeEntryLimit and UserCodeTemporaryDisableTime Fixes project-chip#3263 Fixes project-chip#3265 Fixes project-chip#3266
jrhees-cae
added a commit
to jrhees-cae/connectedhomeip
that referenced
this issue
Aug 4, 2023
…ration to be TRUE or FALSE - Modify flow to allow for RequirePINforRemoteOperation to be TRUE or FALSE - Reorder steps 7-9 to ensure subsequent test of WrongCodeEntryLimit doesn't already have existing failed entry attempts - Fix incorrect PICS (use .Write PICS) for writing WrongCodeEntryLimit and UserCodeTemporaryDisableTime Fixes project-chip#3263 Fixes project-chip#3265 Fixes project-chip#3266
mergify bot
pushed a commit
that referenced
this issue
Aug 10, 2023
…ration to be TRUE or FALSE (#28523) * TC-DRLK-2.2/2.3/2.12: Modify flow to allow for RequirePINforRemoteOperation to be TRUE or FALSE - Modify flow to allow for RequirePINforRemoteOperation to be TRUE or FALSE - Reorder steps 7-9 to ensure subsequent test of WrongCodeEntryLimit doesn't already have existing failed entry attempts - Fix incorrect PICS (use .Write PICS) for writing WrongCodeEntryLimit and UserCodeTemporaryDisableTime Fixes #3263 Fixes #3265 Fixes #3266 * Restyled by autopep8 * Exclude .yaml tests from CI due to use of EqualityTests pseudo-cluster * Add zap-regen'd files * Exclude .yaml tests from CI linux due to use of EqualityTests pseudo-cluster --------- Co-authored-by: Restyled.io <commits@restyled.io>
abpoth
pushed a commit
to abpoth/connectedhomeip
that referenced
this issue
Aug 15, 2023
…ration to be TRUE or FALSE (project-chip#28523) * TC-DRLK-2.2/2.3/2.12: Modify flow to allow for RequirePINforRemoteOperation to be TRUE or FALSE - Modify flow to allow for RequirePINforRemoteOperation to be TRUE or FALSE - Reorder steps 7-9 to ensure subsequent test of WrongCodeEntryLimit doesn't already have existing failed entry attempts - Fix incorrect PICS (use .Write PICS) for writing WrongCodeEntryLimit and UserCodeTemporaryDisableTime Fixes project-chip#3263 Fixes project-chip#3265 Fixes project-chip#3266 * Restyled by autopep8 * Exclude .yaml tests from CI due to use of EqualityTests pseudo-cluster * Add zap-regen'd files * Exclude .yaml tests from CI linux due to use of EqualityTests pseudo-cluster --------- Co-authored-by: Restyled.io <commits@restyled.io>
s07641069
pushed a commit
to s07641069/connectedhomeip
that referenced
this issue
Aug 22, 2023
…ration to be TRUE or FALSE (project-chip#28523) * TC-DRLK-2.2/2.3/2.12: Modify flow to allow for RequirePINforRemoteOperation to be TRUE or FALSE - Modify flow to allow for RequirePINforRemoteOperation to be TRUE or FALSE - Reorder steps 7-9 to ensure subsequent test of WrongCodeEntryLimit doesn't already have existing failed entry attempts - Fix incorrect PICS (use .Write PICS) for writing WrongCodeEntryLimit and UserCodeTemporaryDisableTime Fixes project-chip#3263 Fixes project-chip#3265 Fixes project-chip#3266 * Restyled by autopep8 * Exclude .yaml tests from CI due to use of EqualityTests pseudo-cluster * Add zap-regen'd files * Exclude .yaml tests from CI linux due to use of EqualityTests pseudo-cluster --------- Co-authored-by: Restyled.io <commits@restyled.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
future
p3
priority 3 work
V1.X
Problem
With PR #3242 we have added the support of displaying the QR code on a webpage. This will be helpful for devices that do not have a physical display (to scan/print the QR code). Currently, the page is under the Github pages of my personal Github fork. We need to move this to CHIP repository.
Proposed Solution
I think, the CHIP maintainers should enable Github pages (gh-pages) for the CHIP repository. Once that is done, we can merge the changes through a PR.
The text was updated successfully, but these errors were encountered: