1. 4G Device Related Interfaces
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 Device Related Interfaces
    • Device Configuration Synchronization
      POST
    • Upload Smart Scale Data
      POST
  • 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
  1. 4G Device Related Interfaces

Device Configuration Synchronization

POST
/lte/cfg

Request

Body Params application/json

Example
{
    "tp": "string",
    "im": "string",
    "hv": "string",
    "mv": "string",
    "fv": "string",
    "cg": 0,
    "ri": 0
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/lte/cfg' \
--header 'Content-Type: application/json' \
--data '{
    "tp": "string",
    "im": "string",
    "hv": "string",
    "mv": "string",
    "fv": "string",
    "cg": 0,
    "ri": 0
}'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
{
    "data": {
        "unit": -1,
        "now": 1734980000
    },
    "errorCode": 0,
    "text": "Success"
}
Previous
Upload Smart Scale Data
Next
Upload Smart Scale Data
Built with