-
Notifications
You must be signed in to change notification settings - Fork 189
feat: USA OTP #991
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
feat: USA OTP #991
Changes from 4 commits
3518c36
72c2768
671010e
999e90c
f9eb304
5984e98
8291f7b
4b430fc
612bb5d
dcefdcf
8433482
57ffc35
9cc1e19
4cb18c5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -116,3 +116,8 @@ class WINDOW_STATE(IntEnum): | |
| class VALET_MODE_ACTION(Enum): | ||
| ACTIVATE = "activate" | ||
| DEACTIVATE = "deactivate" | ||
|
|
||
|
|
||
| class OTP_NOTIFY_TYPE(Enum): | ||
| EMAIL = "EMAIL" | ||
| PHONE = "PHONE" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. needs to be SMS.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good catch. The old code this is removing had phone and email. I will adjust.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have adjusted. Please review and let me know if looks correct. For when it presents options I assume that still states Phone not SMS?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i think the UI options behavior is controlled by the kia_uvo repo? like this right?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. raw api response
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes UI will be on that side but what options the client presents must come from here since not everyone sets up all types. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think these attributes need updating to has_sms and sms
https://github.com/Hyundai-Kia-Connect/hyundai_kia_connect_api/pull/991/files#diff-35c23c01b890e9abdeead426c7a1a19b066e01555a2f07cd1995f2733cf09597L60-L62