From a43034dea8c36ed9f8747d22d643b7a073a0ff82 Mon Sep 17 00:00:00 2001 From: ArtemAbrams Date: Mon, 30 Dec 2024 17:24:09 +0200 Subject: [PATCH] Added missing result for AM102 Loriot integration --- .../AM102/LORIOT/uplink/result_2.json | 43 +++++++++++++++++++ .../AM102/LORIOT/uplink/result_3.json | 0 2 files changed, 43 insertions(+) create mode 100644 VENDORS/Milesight/AM102/LORIOT/uplink/result_2.json delete mode 100644 VENDORS/Milesight/AM102/LORIOT/uplink/result_3.json diff --git a/VENDORS/Milesight/AM102/LORIOT/uplink/result_2.json b/VENDORS/Milesight/AM102/LORIOT/uplink/result_2.json new file mode 100644 index 00000000..10e240d0 --- /dev/null +++ b/VENDORS/Milesight/AM102/LORIOT/uplink/result_2.json @@ -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" + } +}] \ No newline at end of file diff --git a/VENDORS/Milesight/AM102/LORIOT/uplink/result_3.json b/VENDORS/Milesight/AM102/LORIOT/uplink/result_3.json deleted file mode 100644 index e69de29b..00000000