Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IDevice

Implemented by

Index

Properties

aliveAt

aliveAt: Date

applicationType

applicationType: string

applicationVersion

applicationVersion: string

batteryStatus

batteryStatus: { chargeType: string; isCharging: boolean; lastChargingTime: Date; percentage: number; updatedAt: Date }

Type declaration

  • chargeType: string
  • isCharging: boolean
  • lastChargingTime: Date
  • percentage: number
  • updatedAt: Date

brand

brand: string | null

Optional connectionMethod

connectionMethod: SocketDriver | null

connections

connections: any

createdAt

createdAt: Date

currentTime

currentTime: { time: Date; timezone: string; updatedAt: Date }

Type declaration

  • time: Date
  • timezone: string
  • updatedAt: Date

duid

duid: string

firmwareVersion

firmwareVersion: string

frontDisplayVersion

frontDisplayVersion: string

Optional locationUid

locationUid: undefined | string

model

model: string

name

name: string

networkInterfaces

networkInterfaces: {}

Type declaration

  • [optionName: string]: any

organizationUid

organizationUid: string

osVersion

osVersion: string | null

pinCode

pinCode: string

serialNumber

serialNumber: string

storageStatus

storageStatus: { internal: { capacity: number; freeSpace: number }; removable: { capacity: number; freeSpace: number }; updatedAt: Date }

Type declaration

  • internal: { capacity: number; freeSpace: number }
    • capacity: number
    • freeSpace: number
  • removable: { capacity: number; freeSpace: number }
    • capacity: number
    • freeSpace: number
  • updatedAt: Date

supportedResolutions

supportedResolutions: ResolutionItem[]

timezone

timezone: string | null

uid

uid: string

Legend

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

Generated using TypeDoc