|
Get the lock list of a gateway
https://api.sciener.com/v3/gateway/listLock
1. Description
2.Response
4.Example of response
{
"list": [
{
"lockId": 123156,
"lockMac": "52:A6:D8:B2:C1:00",
"lockName": "M202_54444",
"rssi": -80,
"updateDate": 1490247682268,
}
],
}
|