Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DeviceManagement

Index

Constructors

constructor

Properties

Private accountOptions

accountOptions: IOptions

appVersion

appletTest

audio

authentication

autoRecovery

brightness

dateTime

debug

firmware

monitoring

Private organizationOptions

organizationOptions: IOptions

package

peerRecovery

pinCode

policy

policyStatus

powerAction

provisioning

remoteControl

resolution

scheduledPowerAction

screenshot

telemetry

timer

verification

Methods

get

  • deprecated

    use api.device.get(deviceUid) from API v2 for general device info use api.device.deviceAlive.get(deviceUid) for device alive status use api.device.telemetry.getLatest(deviceUid) for latest telemetry readings

    Parameters

    Returns Promise<IDevice>

list

  • deprecated

    use api.device.list() from API v2 for general device info use api.device.deviceAlive.list() for device alive status use api.device.telemetry.listLatest() for latest telemetry readings

    Parameters

    Returns Promise<IDevice[]>

set

  • deprecated

    use API v2 device set method

    Parameters

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Private property
  • Private method
  • Protected property
  • Static property

Generated using TypeDoc