TEMPERATURE_UNITS
FitFileViewer - API Documentation v30.0.1
FitFileViewer - API Documentation / utils/config/constants / TEMPERATURE_UNITS
Variable: TEMPERATURE_UNITS
constTEMPERATURE_UNITS: {CELSIUS:"celsius";FAHRENHEIT:"fahrenheit";KELVIN:"kelvin"; }
Defined in: utils/config/constants.ts:45
Temperature unit definitions.
Type Declarationβ
CELSIUSβ
readonlyCELSIUS:"celsius"="celsius"
FAHRENHEITβ
readonlyFAHRENHEIT:"fahrenheit"="fahrenheit"
KELVINβ
readonlyKELVIN:"kelvin"="kelvin"