You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"...
The text was updated successfully, but these errors were encountered:
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"...
The text was updated successfully, but these errors were encountered: