-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add custom flow capability for commissioners without local UI #538
Milestone
Comments
What needs to be done in DCL code: |
UPDATE: the new optional field name: |
Update: The latest optional field name (renamed to reduce confusion): |
Abdulbois
added a commit
that referenced
this issue
Mar 20, 2024
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
Abdulbois
added a commit
that referenced
this issue
Mar 20, 2024
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
Abdulbois
added a commit
that referenced
this issue
Mar 20, 2024
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
Abdulbois
added a commit
that referenced
this issue
Mar 23, 2024
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
Abdulbois
added a commit
that referenced
this issue
Mar 23, 2024
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
Abdulbois
added a commit
that referenced
this issue
Mar 25, 2024
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
Abdulbois
added a commit
that referenced
this issue
Mar 26, 2024
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
Abdulbois
added a commit
that referenced
this issue
Mar 26, 2024
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
Abdulbois
added a commit
that referenced
this issue
Mar 26, 2024
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
akarabashov
added a commit
that referenced
this issue
Mar 26, 2024
…oteUiFlowUrl-field-into-Model-schema #538 Add commissioner remote UI flow url field into model schema
PR: #555
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commissioners that do not have a local user interface (visual or vocal) need a facility to enable a remote device on the operational network, such as a mobile phone, to present an interactive user interface to the user on behalf of the commissioner.
One way to do this is to provide information similar to the Pairing Hint for commissionable devices in the DNS-SD TXT payload returned from commissioner discovery. This commissioner hint would indicate that a custom commissioner flow should be used, which would trigger the commissionee to look up and open the related URL from the DCL. The commissionee could choose to provide its own setup code information to this URL, which might be generated for the particular operation and/or with expiration.
Clearly this would only work for commissionees that are already on the operational network due to discovery of the commissioner, access to the DCL, and invocation of the commissioner's URL.
Changes requested include:
The text was updated successfully, but these errors were encountered: