How to create a device profile in a published SmartThings Schema Connector App?

We have published a SmartThings Schema Connector App in the SmartThings console and would like to create another device profile in the existing app. However, the ADD DEVICE PROFILE button is greyed out and cannot be clicked. Could you tell me how to add a device profile in a published SmartThings Schema Connector App?

Hey @eWeLink

What you can do is go to your Device Profiles page and create the new one, then publish it through the SmartThings CLI with this command:

smartthings deviceprofiles:publish <profile_id>

At this point, you’ll be able to use it at your Discovery Responses.

@erickv Thank you for your help.

1 Like

You’re welcome, @eWeLink!

If you have any other questions, please do not hesitate in tagging me = )