UNPKG

@sports-alliance/sports-lib

Version:

A Library to for importing / exporting and processing GPX, TCX, FIT and JSON files from services such as Strava, Movescount, Garmin, Polar etc

21 lines (20 loc) 591 B
export interface DeviceJsonInterface { type: string; name: string | null; index: number | null; batteryStatus: string | null; batteryLevel: number | null; batteryVoltage: number | null; manufacturer: string | null; serialNumber: string | null; product: number | null; swInfo: string | null; hwInfo: string | null; antDeviceNumber: number | null; antTransmissionType: number | null; antNetwork: string | null; sourceType: string | null; antId: string | null; cumOperatingTime: number | null; timestamp: string | null; }