bmc
September 7, 2020, 7:38pm
1
I have created a Device that has 11 additional comonents as well as main in the Developer Workspace. Is there anyway to adjust the order they appear in the phone app?
I am able to export a device JSON file edit it but doesnt seem to reflect in the apps. Can anyone point me in the right direction?
nathancu
(Nathan Curtis)
September 7, 2020, 8:24pm
2
Custom Presentations and Device Profiles: Here’s your thread.
Overview
At SmartThings we want to provide tooling to allow developers to get their device integrations working in the SmartThings app. These changes will allow an integrator to move from using custom commands and attributes to custom capabilities.
DTH Migration For Custom Capabilities
In order to follow along with the example set forth in this guide, you will want to have the CLI set up, so make sure that you take this step first.
You can download the CLI here from the releases tab and read more about it in the README .
It is also recommended that you familiarize yourself with the concepts:
Custom Capabilities
Capability Presentations
Walkthrough
We are going to walk through a simple example of updating our Device Type Handler (DTH) so that devices installed with the DTH will be …