interface IDevice {
    deviceType: string;
    enteredService: Date;
    langCode?: string;
    location?: ILocation;
    name: string;
    registrationKey: string;
    tags: string[];
    timeZone?: string;
}

Properties

deviceType: string

Device type

enteredService: Date

Entered service date

langCode?: string

Language code

location?: ILocation

Device location

name: string

Device name

registrationKey: string

Device key

tags: string[]

Device properties

timeZone?: string

Time zone