Get Blood Pressure Algorithm Version Information

Menu: setSupportV3Bp

Flutter Example:

/// Get blood pressure algorithm version information event number
getBpAlgVersion(
  evtBase: _VBusEvtBase.base_app_get,
  evtType: _VBusEvtType.app_get_bp_alg_version),

/// Get blood pressure algorithm version information
libManager.send(evt: CmdEvtType.getBpAlgVersion, json: jsonEncode(json));

JSON Fields Received by the App:

Field Name Field Type Field Description
Concatenated Version: version1.version2.version3
bp_version_1 int Firmware blood pressure algorithm version1
bp_version_2 int Firmware blood pressure algorithm version2
bp_version_3 int Firmware blood pressure algorithm version3

Example:

{
    "bp_version_1": 0,
    "bp_version_2": 0,
    "bp_version_3": 6
}
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 ""