1. Interaction Interfaces Between V2.0/V3.0 Devices and the 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 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. Interaction Interfaces Between V2.0/V3.0 Devices and the Server

Device Configuration Sync

GET
/lefu/wifi/config

Request

Query Params

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 '/lefu/wifi/config?sn=S101LF8080100001&mac=24%3A6F%3A28%3A39%3ABA%3A9D&type=undefined&WifiVersion=undefined&firmwareVersion=1.0.0&charge=0.25&timezone=undefined'

Responses

🟢200OK
application/json
Bodyapplication/json

Examples
{
    "data": {
        "now": 1730369814315,
        "unit": 1
    },
    "errorCode": 0,
    "text": "Get config info success"
}
Previous
Device Registration and Network Configuration
Next
Get Update Firmware Version Information
Built with