RyanFitz
(Ryan Fitzpatrick)
1
Is there any tutorial on how to install the CLI on windows, I am so lost and I need to set a custom capabilty on my device handler.
I downloaded this for windows https://github.com/SmartThingsCommunity/smartthings-cli/releases
But it seems to not get past the token key
nayelyz
(SmartThings Developer Support)
3
Check your config.yaml file, it should be in %LOCALAPPDATA%\@smartthings\cli
and have your Personal Access Token:
default:
token: xxxx-xxx-xxxx
You can also use the --token flag in the command. For example:
smartthings devices --token=xxxx-xxx-xxxx
nayelyz
(SmartThings Developer Support)
5
Anytime! Please, don’t forget to mark the post as the solution if it answered your question.
1 Like