selectPrompt

suspend fun selectPrompt(args: DeviceAccess.SelectPromptParameter, mode: CommandMode = CommandMode.DEFAULT)

Select a device in response to a DeviceAccess.deviceRequestPrompted event.


suspend fun selectPrompt(id: String, deviceId: String)

Select a device in response to a DeviceAccess.deviceRequestPrompted event.

Parameters

id

No description

deviceId

No description