IDOBikeLockModel
| Property | Type | Description |
|---|---|---|
| operate | Int | Operation type 1:Set 2:Query |
| itemNum | Int | Total number of bike lock items, max 10. Valid when operate=1 (Set) |
| items | [IDOBikeLockInfo]? | Bike lock info. Valid when operate=1 (Set) |
IDOBikeLockInfo
| Property | Type | Description |
|---|---|---|
| mac | [Int] | Bike lock MAC address, big-endian sort mac0 mac1 mac2 mac3 mac4 mac5 |
| secrect | String | Secret key required for bike lock and watch interaction |
IDOBikeLockReplyModel
| Property | Type | Description |
|---|---|---|
| operate | Int | Operation type 1:Set 2:Query |
| errorCode | Int | Error code 0:Success 1:Failure |
| items | [IDOBikeLockInfo]? | Bike lock info. Valid when operate=2 (Query) |