Good!
In the CLI github you have all the commands you can run:
https://github.com/SmartThingsCommunity/smartthings-cli
Follow the tutorial to create your edge channel to publish the driver you pack and from where you will install your drivers on your hub.
- Open the github link where the code is and download the driver folder in Zip
-
Extract the driver folders to a directory on your PC
-
Copy the full path to the driver folder you extracted:
run in the CLI this command with your path to the driver folder: (example)
smartthings edge:drivers:package C:\Users\Documents\Zigbee-Blind-Switch-TS130F
-
Once you have the packaged driver you have to publish it on your channel:
smartthings edge:drivers:publish
(follow the on-screen instructions) -
Install your driver in the hub from the app or from the CLI:
smartthings edge:drivers:install
(follow the on-screen instructions)
Note:
All the commands you type in the cli stay in the terminal’s memory and you don’t have to type them again.
you can retrieve them with the up and down arrow keys, it shows them from most recent to oldest