-
Notifications
You must be signed in to change notification settings - Fork 2
Unit
Henriette Steenhoff edited this page May 14, 2018
·
2 revisions
| Physical name | Logical name | Format | Comment |
|---|---|---|---|
Unit |
Measuring unit | int |
This preferences holds the integer value corresponding to the measuring unit chosen by the user. The user can choose between the following:
- Imperial Measurement System (British) - stone/inches
- United States Customary System (American) - pounds/inches
- Systèm Intérnationale d'Unités (SI-units, standard European) - kg/m
When changing between these units, the given value will be converted to SI-units in order to be used correctly in the app. When it is shown to the user the value is converted from SI-units to the preferred unit.
If the user inputs 120 pounds to convert this to kg the following equation is used:
weightInKg = weightInPounds/0.45359237
If the user inputs 120 pounds to convert this to kg the following equation is used:
weightInKg = weightInPounds * 6.35029318
| Value | Description | Comment |
|---|---|---|
| 0 | SI-units | default |
| 1 | American | |
| 2 | British |

- Recommended Alert Limit
- Weather data
- Shared preferences
- Translation procedure
- Prediction of indoor temperature
Testing
Server/database/API
User information
- Acclimatization
- Activity level
- Age
- Age onboarding
- Gender
- Height value
- Unit
- Weight
- Wet Bulb Globe Temperature (WBGT)
Flow controls