smartthings-cli icon indicating copy to clipboard operation
smartthings-cli copied to clipboard

question: List of FingerPrints supported by a driver

Open dotanshai opened this issue 2 years ago • 2 comments

What is your question? Please describe. I've looked on all the CLI commands exists. I was unable to find a command that show all the fingerprints in a driver. Can you please point to the CLI command for that.

Additional context Please note that most of the developers not always share the fingerprint.yml file in GitHub.

dotanshai avatar Oct 16 '22 22:10 dotanshai

We understand the need for this and are looking into implementing this.

rossiam avatar Oct 26 '22 18:10 rossiam

I found a solution for that using API Request:

https://api.smartthings.com/distchannels/{{channelId}}/drivers/{{driverId}}/meta

This return a 'meta' file with all devices fingerprints related to a specific driver. It would be great to use it via CLI as well. Also great to see the 'meta' file with some CR and LF.

Issue can be closed

dotanshai avatar Feb 12 '23 05:02 dotanshai