https://api.sciener.com/v3/lock/queryElectricQuantity
Get the lock battery of a lock remotely via gateway or WiFi lock.
xxxxxxxxxxcurl --location -g --request GET 'https://api.sciener.com/v3/lock/queryElectricQuantity?clientId=fd2ff35ee3d8424c8665c07b7b9a7f45&accessToken=f6ee29dda68d962243fb91b047d319d3&lockId=163377&date=1548141056000'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | String | Y | client_id from Create application |
| accessToken | String | Y | Access token,refer to: Get access token |
| lockId | Int | Y | Lock ID, generated by Lock init |
| date | Long | Y | Current time (timestamp in millisecond) |
| Parameter | Type | Description |
|---|---|---|
| electricQuantity | Int | Lock battery |
xxxxxxxxxx{"electricQuantity": 85}