Custom capabilities for a driver

Hey, @alex.49.98 I’d like to clear up a few points there:

Unless you use a borrowed namespace that you know it supports the custom capability, yeah, these files won’t be necessary for you, but they’re in there so you can build your own version of the custom capability and make it compatible with the platform (API and SmartThings App).

Also, if you follow the hyperlink that is provided at the README.md file, you’ll notice that it’ll take you to a tutorial on how to set up your custom capability, its presentation and, why a device configuration is needed.

Quoting instructions from SmartThingsDevelopers/SampleDrivers//custom-capability:

This shows an example using a custom capability from within a driver. To get this working you can follow the information found in the community post and linked docs here.


That’s right, that’s part of the platform setup process.

1 Like