The com.innovaphone.devicesui api enables apps to open a specific device in the Devices App.
The client consumeApi function is used to access the Api:
var devicesUiApi = start.consumeApi("com.innovaphone.devicesui")
Opens the specified device in the Devices App.
devicesUiApi.send({ mt: "OpenDevice", hwId: "009033010101" });
string hwId | The hardware ID aka MAC address aka serial number of the device. |