-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_payload.json
More file actions
59 lines (59 loc) · 1.27 KB
/
test_payload.json
File metadata and controls
59 lines (59 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"applicationID": 1,
"applicationName": "TestApp",
"deviceName": "TestDevice-001",
"devEUI": "aa555a0026012345",
"deviceProfileID": "c7eef5c8-4063-4e2b-a123-1234567890ab",
"deviceProfile": {
"id": "c7eef5c8-4063-4e2b-a123-1234567890ab",
"name": "TestDeviceProfile",
"vendor": "TestVendor",
"description": "Test device profile",
"region": "EU868",
"macVersion": "1.0.3",
"regParamsRevision": "A"
},
"devAddr": "01234567",
"adr": true,
"dr": 5,
"fCnt": 123,
"fPort": 1,
"data": "SGVsbG8gV29ybGQ=",
"object": {
"temperature": 23.5,
"humidity": 65,
"battery": 3.7
},
"tags": {
"location": "office",
"type": "sensor"
},
"variables": {},
"confirmedUplink": false,
"txInfo": {
"frequency": 868100000,
"modulation": "LORA",
"loRaModulationInfo": {
"bandwidth": 125,
"spreadingFactor": 7,
"codeRate": "4/5"
}
},
"rxInfo": [
{
"gatewayID": "aa555a0000000000",
"uplinkID": "12345678-1234-1234-1234-123456789abc",
"rssi": -45,
"snr": 7.2,
"channel": 0,
"rfChain": 0,
"location": {
"latitude": 52.1234,
"longitude": 4.5678,
"altitude": 10
},
"antenna": 0
}
],
"publishedAt": "2023-01-01T12:00:00Z"
}