lihua
5 years ago
3 changed files with 41 additions and 18 deletions
@ -1,12 +1,29 @@ |
|||||
{ |
{ |
||||
"otaa": true, |
"current": "mote2", |
||||
"gatewayId": "0102030405060708", |
"configs": { |
||||
"devEui": "b92fd5d497cfcdbd", |
"mote1": { |
||||
"devAddr": "00530747", |
"otaa": true, |
||||
"appKey": "fe80c1f94e6cc62d5d6f72630b43c177", |
"gatewayId": "0102030405060708", |
||||
"appSKey": "2bc9217655160b2c1229b5ecb469242f", |
"devEui": "b92fd5d497cfcdbd", |
||||
"nwkSKey": "4f862983a453cc50336284fd3c62aba5", |
"devAddr": "00530747", |
||||
"fPort": 2, |
"appKey": "fe80c1f94e6cc62d5d6f72630b43c177", |
||||
"fCnt": 8, |
"nwkSKey": "4f862983a453cc50336284fd3c62aba5", |
||||
"freq": 470.3 |
"appSKey": "2bc9217655160b2c1229b5ecb469242f", |
||||
|
"fPort": 2, |
||||
|
"fCnt": 375, |
||||
|
"freq": 470.3 |
||||
|
}, |
||||
|
"mote2": { |
||||
|
"otaa": false, |
||||
|
"gatewayId": "0102030405060708", |
||||
|
"devEui": "6ef1881ba5541419", |
||||
|
"devAddr": "00c18699", |
||||
|
"appKey": "", |
||||
|
"nwkSKey": "33998df974421457437d986eff739ffa", |
||||
|
"appSKey": "33998df974421457437d986eff739ffa", |
||||
|
"fPort": 2, |
||||
|
"fCnt": 1194, |
||||
|
"freq": 470.3 |
||||
|
} |
||||
|
} |
||||
} |
} |
Loading…
Reference in new issue