Generic Number Picker

Currently, it looks like the only mode options for the Number Picker are shown below.

I'd like to use the number picker to set upper and lower alert levels for SmO2. I could use the calorie or height mode to return a number, but I'd rather not have the text prompting for calories like shown in the attached screen shot (I assume the implementation on the watch will look different and will use the arrow buttons and enter to set the number)

Will there be other options for the mode of the Number Picker or some type of Generic Option for this application?



enum
{
//! A Float in meters
NUMBER_PICKER_DISTANCE,
//! A Duration
NUMBER_PICKER_TIME,
//! A Duration
NUMBER_PICKER_TIME_MIN_SEC,
//! A Duration representing the number of seconds since midnight
NUMBER_PICKER_TIME_OF_DAY,
//! A Float in kilograms
NUMBER_PICKER_WEIGHT,
//! A Float in meters
NUMBER_PICKER_HEIGHT,
//! A Number
NUMBER_PICKER_CALORIES,
//! A Number
NUMBER_PICKER_BIRTH_YEAR
}