Namespace

Namespace

Methods

async static

openSsh(deviceId) → Promise containing ApiResponse

dispatches a command to open an SSH session on the device

Parameter

Name Type Optional Description

deviceId

string

 

Returns

Promise containing ApiResponse 

async static

updateFirmware(params) → Promise containing ApiResponse

dispatches a command to update the firmware on a device

Parameters

Name Type Optional Description

params

Object

 

Values in params have the following properties:

Name Type Optional Description

deviceId

string

 

firmwareUpdateId

string

 

Returns

Promise containing ApiResponse