Skip to content
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

Change username type from string to text #36

Open
dorbitbrown opened this issue Aug 28, 2020 · 2 comments
Open

Change username type from string to text #36

dorbitbrown opened this issue Aug 28, 2020 · 2 comments

Comments

@dorbitbrown
Copy link

Need to change lines 19-20 in app in order for the username prompt to show up:
Change:
preferences {
input("username", "string"...
To:
preferences {
input("username", "text"...

@lakario
Copy link

lakario commented Sep 19, 2020

Seconded. Type "string" is not rendered in the new Samsung SmartThings App, but text is.

@lakario
Copy link

lakario commented Sep 19, 2020

@dorbitbrown the issue should be resolved now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants