From 42866fdda97ec5a6d00af7aef1395dba1a6c9ae6 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 19 Feb 2022 11:38:56 +0000 Subject: [PATCH] approachesettlement/1: Add no-MarketID samples for testing --- .../approachsettlement-ancient_ruins.json | 22 +++++++++++++++++++ .../approachsettlement-visitor_beacon.json | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 scripts/testing/gateway-responses/approachsettlement-ancient_ruins.json create mode 100644 scripts/testing/gateway-responses/approachsettlement-visitor_beacon.json diff --git a/scripts/testing/gateway-responses/approachsettlement-ancient_ruins.json b/scripts/testing/gateway-responses/approachsettlement-ancient_ruins.json new file mode 100644 index 0000000..e059145 --- /dev/null +++ b/scripts/testing/gateway-responses/approachsettlement-ancient_ruins.json @@ -0,0 +1,22 @@ +{ + "$schemaRef": "https://eddn.edcd.io/schemas/approachsettlement/1", + "header": { + "uploaderID": "from Athanasius Testing", + "softwareName": "Athanasius Testing script", + "softwareVersion": "v0.0.1" + }, + "message": { + "timestamp": "2022-02-18T15:02:04Z", + "event": "ApproachSettlement", + "Name": "$Ancient:#index=1;", + "SystemAddress": 3515254557027, + "StarSystem": "Synuefe XR-H d11-102", + "BodyID": 13, + "BodyName": "Synuefe XR-H d11-102 1 b", + "Latitude": -46.576923, + "Longitude": 133.985107, + "StarPos": [ + 357.34375, -49.34375, -74.75 + ] + } +} diff --git a/scripts/testing/gateway-responses/approachsettlement-visitor_beacon.json b/scripts/testing/gateway-responses/approachsettlement-visitor_beacon.json new file mode 100644 index 0000000..5656970 --- /dev/null +++ b/scripts/testing/gateway-responses/approachsettlement-visitor_beacon.json @@ -0,0 +1,22 @@ +{ + "$schemaRef": "https://eddn.edcd.io/schemas/approachsettlement/1", + "header": { + "uploaderID": "from Athanasius Testing", + "softwareName": "Athanasius Testing script", + "softwareVersion": "v0.0.1" + }, + "message": { + "timestamp":"2022-02-18T14:33:35Z", + "event":"ApproachSettlement", + "Name":"Battlegroup's Disappearance", + "StarSystem": "Alioth", + "BodyID":8, + "BodyName":"Alioth 1 a", + "Latitude":59.972752, + "Longitude":-84.506294, + "SystemAddress":1109989017963, + "StarPos": [ + -33.65625, 72.46875, -20.65625 + ] + } +}