interface IDevice {
    deviceClass: string;
    id: string;
    ip: string;
    model: string;
    resolution: string;
}

Properties

deviceClass: string

The type for the current device.

id: string

A device unique ID.

ip: string

The IP address.

model: string

The device model for the current device.

resolution: string

The application screen resolution.