|
Get the gateway list of a lock
https://api.sciener.com/v3/gateway/listByLock
1. Description
2.Response
3.Example of response
{
"list": [
{
"gatewayId": 123156,
"gatewayMac": "52:A6:D8:B2:C1:00",
"rssi": -66,
"rssiUpdateDate": 1556085906000
}
],
}
|