smartthings-cli
smartthings-cli copied to clipboard
question: List of FingerPrints supported by a driver
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.
We understand the need for this and are looking into implementing this.
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