Set Menu List
Menu: setMenuListMain7 [supportCompass (to be supplied), supportBarometricAltimeter (to be supplied), support_call_list (to be supplied), supportSetMenuListTypeMeasure (to be supplied)]
Flutter Example:
/// Set Menu List Event
setMenuList(
evtBase: _VBusEvtBase.base_app_set,
evtType: _VBusEvtType.app_set_menu_list),
/// Set Menu List
libManager.send(evt: CmdEvtType.setHeartRateMode, json: jsonEncode(json));
JSON Fields Sent by the App:
| Field Name | Field Type | Field Description |
|---|---|---|
| items | int [] | Menu list with built-in sorting When no sorting is needed, it will be displayed if it has a value, otherwise it won't be displayed When sorting is needed, it should be arranged in an array starting from 0 0 Invalid 1 Step Count 2 Heart Rate 3 Sleep 4 Take Photo 5 Alarm 6 Music 7 Stopwatch 8 Timer 9 Activity Mode 10 Weather 11 Breathing Exercise 12 Find Phone 13 Stress 14 Data Rings 15 Time Screen 16 Last Activity 17 Health Data 18 Blood Oxygen 19 Menu Settings 20 Alexa Voice Display in Order 21 X Screen (gt01pro-X added) 22 Calories (Doro Watch added) 23 Distance (Doro Watch added) 24 One-key Measurement (IDW05 added) 25 Renpho Health (IDW12 added) 26 Compass (mp01 added) 27 Barometric Altimeter (mp01 added) 28 Call list (Bluetooth Call)(added to IDW13) 29 Event reminder (Schedule reminder) 30 ICE(Emergency Contact Consultation) 31 Maximum oxygen uptake 32 Recovery time 33 Aerobic training effect 34 Sea 35 Body electricity 36 World clock 37 Voice assistant 38 AI voice assistant 39 Alipay 40 Emotional health 41 Menstrual cycle |
Example:
{
"items": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10
]
}