Skip to content

Commit

Permalink
Added missing result for AM102 Loriot integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemAbrams committed Dec 30, 2024
1 parent 7fb584e commit a43034d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions VENDORS/Milesight/AM102/LORIOT/uplink/result_2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[{
"deviceName": "AM102 0102030405060708",
"deviceType": "AM102",
"attributes": {
"eui": "0102030405060708",
"fPort": 207,
"frequency": 868300000
},
"telemetry": [{
"ts": 1690901260493,
"values": {
"battery": 100,
"temperature": 28.0,
"humidity": 54.5
}
}]
}, {
"deviceName": "Gateway 1020304080706050",
"deviceType": "Lora gateway",
"telemetry": [{
"ts": 1690901260493,
"values": {
"rssi": -38,
"snr": 8.5
}
}],
"attributes": {
"eui": "1020304080706050"
}
}, {
"deviceName": "Gateway 1020304081716151",
"deviceType": "Lora gateway",
"telemetry": [{
"ts": 1690901260495,
"values": {
"rssi": -42,
"snr": 8.8
}
}],
"attributes": {
"eui": "1020304081716151"
}
}]
Empty file.

0 comments on commit a43034d

Please sign in to comment.