Get Version Information

Menu: getVersionInfo

Flutter Example:

/// Get version information event number
getVersionInfo(
  evtBase: _VBusEvtBase.base_app_get,
  evtType: _VBusEvtType.app_get_version_info),

/// Get version information
libManager.send(evt: CmdEvtType.getVersionInfo, json: jsonEncode(json));

JSON Fields Received by the App:

Field Name Field Type Field Description
sdk_version int SDK version
hr_algorithm_version int Heart rate algorithm version
sleep_algorithm_version int Sleep algorithm version
step_algorithm_version int Step counter algorithm version
gesture_recognition_version int Gesture recognition algorithm version
pcb_version int PCB version (multiplied by 10, e.g., 11 for version 1.1)
spo2_version int Wearable version
wear_version int SpO2 algorithm version
stress_version int Stress level algorithm version
kcal_version int Calorie algorithm version
dis_version int Distance algorithm version
axle3_swim_version int 3-axis sensor swimming algorithm version
axle6_swim_version int 6-axis sensor swimming algorithm version
act_mode_type_version int Activity mode recognition algorithm version
all_day_hr_version int All-day heart rate algorithm version
gps_version int GPS algorithm version
peripherals_version int Peripheral version for 206 customized projects

Example:

{
  "act_mode_type_version" : 10,
  "all_day_hr_version" : 45,
  "axle3_swim_version" : 19,
  "axle6_swim_version" : 19,
  "dis_version" : 4,
  "gesture_recognition_version" : 33,
  "gps_version" : 0,
  "hr_algorithm_version" : 45,
  "kcal_version" : 5,
  "pcb_version" : 1,
  "peripherals_version" : 0,
  "sdk_version" : 15,
  "sleep_algorithm_version" : 1,
  "spo2_version" : 24,
  "step_algorithm_version" : 25,
  "stress_version" : 4,
  "wear_version" : 22
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by GitbookModify Date: 2025-04-30 09:32:44

results matching ""

    No results matching ""