WiFi scale server
    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
        POST
      • Device Configuration Sync
        POST
      • Get Update Firmware Version Information
        POST
      • Upload Smart Scale Data
        POST
    • 4G设备与服务器之间的交互接口
      • 设备配置同步
      • 上传智能秤数据
    • Schemas
      • Schemas
        • V2Record
        • BatchRecordVO
        • V2RecordVO
        • WifiDTO
        • ScaleRWifiNewVersion
        • WifiNewVersion
      • ScaleRXinmiaoDeviceHistoryData
      • XinmiaoDeviceHistoryData
      • LteConfigVO
      • Object
      • TorreRegisterVO
      • key
      • TorreConfigVO
      • MapObject
      • ScaleR
      • ScaleRMapObject
      • LteRecordVO
      • TorreVersionUrl
      • ImpedanceVO
      • ScaleRListTorreVersionUrl
      • TorreWeightDataVO
      • TorreCheckForUpdateVO
      • TorreRecordVO

    XinmiaoDeviceHistoryData

    设备端历史数据对象 xinmiao_device_history_data

    {
        "accountId": "string",
        "uid": "string",
        "scaleType": 0,
        "heartRate": 0,
        "timestamp": 0,
        "impedance": 0,
        "z100KhzLeftArmEnCode": 0,
        "z100KhzLeftLegEnCode": 0,
        "z100KhzRightArmEnCode": 0,
        "z100KhzRightLegEnCode": 0,
        "z100KhzTrunkEnCode": 0,
        "z20KhzLeftArmEnCode": 0,
        "z20KhzLeftLegEnCode": 0,
        "z20KhzRightArmEnCode": 0,
        "z20KhzRightLegEnCode": 0,
        "z20KhzTrunkEnCode": 0
    }
    Built with