Skip to main content

TEMPERATURE_UNITS

FitFileViewer - API Documentation v29.4.0


FitFileViewer - API Documentation / utils/config/constants / TEMPERATURE_UNITS

Variable: TEMPERATURE_UNITS

const TEMPERATURE_UNITS: { CELSIUS: string; FAHRENHEIT: string; KELVIN: string; }

Defined in: utils/config/constants.js:91

Temperature unit definitions

Type Declaration​

CELSIUS​

CELSIUS: string = "celsius"

FAHRENHEIT​

FAHRENHEIT: string = "fahrenheit"

KELVIN​

KELVIN: string = "kelvin"