interface DeviceInfo {
    deviceId: string;
    location: Location;
}

Properties

Properties

deviceId: string

id of the device

location: Location

location details of the device