Is it possible to create one’s own Universal Windows Platform application with SmartThings integration?(be able to manage one’s Things within this UWP app)
If this app is possible, could it be accessed by multiple people without them having to log-in in any way? (app opens and they can activate Things through this app just by opening it up)
Thanks
tgauchat
(ActionTiles.com co-founder Terry @ActionTiles; GitHub: @cosmicpuppy)
#2
The closest thing I can offer at the moment is browser based client SmartTiles
You would need to login to SmartThings via your UWP app at least once (eg. perform the OAuth authorization), but you could store the bearer token in the app and continue to use it until it expires (currently multiple years, but I expect this to get ‘fixed’ at some point).