com.innovaphone.devicesui

The com.innovaphone.devicesui api enables apps to open a specific device in the Devices App.

consumeApi

The client consumeApi function is used to access the Api:

var devicesUiApi = start.consumeApi("com.innovaphone.devicesui")

Messages

OpenDevice

OpenDevice

Opens the specified device in the Devices App.

devicesUiApi.send({ mt: "OpenDevice", hwId: "009033010101" });

Parameters

string hwId The hardware ID aka MAC address aka serial number of the device.