WiFi scale server
    • Interaction Interfaces Between V2.0/V3.0 Devices and the Server
      • Device Registration and Network Configuration
        POST
      • Device Configuration Sync
        GET
      • Get Update Firmware Version Information
        POST
      • Upload Smart Scale Data
        POST
      • Batch Upload Smart Scale Data
        POST
      • Get Update Firmware Version Information-v2.0
        POST
    • Interaction Interfaces Between Torre Devices and the Server
      • Device Registration and Network Configuration
      • Device Configuration Sync
      • Get Update Firmware Version Information
      • Upload Smart Scale Data
    • 4G Device Related Interfaces
      • Device Configuration Synchronization
      • Upload Smart Scale Data
    • CM Series Product Server API
      • Upload Smart Scale Data
    • Schemas
      • Schemas
        • V2Record
        • BatchRecordVO
        • V2RecordVO
        • WifiDTO
        • ScaleRWifiNewVersion
        • WifiNewVersion
      • ScaleRXinmiaoDeviceHistoryData
      • ScaleR
      • XinmiaoDeviceHistoryData
      • LteConfigVO
      • ImpedanceData
      • Object
      • TorreRegisterVO
      • key
      • CurrentValue
      • LefuBodyDatum
      • TorreConfigVO
      • MapObject
      • LefuUserInfo
      • CmRecord
      • ScaleRMapObject
      • LteRecordVO
      • TorreVersionUrl
      • ImpedanceVO
      • ScaleRListTorreVersionUrl
      • TorreWeightDataVO
      • TorreCheckForUpdateVO
      • TorreRecordVO

    CmRecord

    CM系列第三方服务器,Lefu Body Fat Measurement Data Root Object

    {
        "calculateVersion": "string",
        "deviceCalculateType": 0,
        "errorType": "string",
        "heartRate": 0,
        "impedanceData": {
            "z100KhzLeftArmEnCode": 0,
            "z100KhzLeftLegEnCode": 0,
            "z100KhzRightArmEnCode": 0,
            "z100KhzRightLegEnCode": 0,
            "z100KhzTrunkEnCode": 0,
            "z20KhzLeftArmEnCode": 0,
            "z20KhzLeftLegEnCode": 0,
            "z20KhzRightArmEnCode": 0,
            "z20KhzRightLegEnCode": 0,
            "z20KhzTrunkEnCode": 0
        },
        "infoID": "string",
        "lefuBodyData": [
            {
                "bodyParamKey": "string",
                "bodyParamNameString": "string",
                "colorArray": [
                    "string"
                ],
                "currentStandard": 0,
                "currentValue": 0,
                "currentValueStr": "string",
                "evaluationArray": [
                    "string"
                ],
                "hasStandard": true,
                "introductionString": "string",
                "standardArray": [
                    0
                ],
                "standardArrayStr": [
                    "string"
                ],
                "standardTitle": "string",
                "standardTitleArray": [
                    "string"
                ],
                "standColor": "string",
                "standeEvaluation": "string",
                "standSuggestion": "string",
                "suggestionArray": [
                    "string"
                ],
                "unit": "string",
                "watchfulArray": [
                    0
                ]
            }
        ],
        "lefuUserInfo": {
            "accountID": "string",
            "age": 0,
            "email": "string",
            "height": 0,
            "sex": 0,
            "uid": "string",
            "userMode": 0,
            "userName": "string"
        },
        "timestamp": 0
    }
    Built with