Custom Capability on Windows machine

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

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

Thanks that worked

Anytime! Please, don’t forget to mark the post as the solution if it answered your question.

1 Like