From 333551e7b34b15f3be73d6741f996fa7731bcc5a Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 31 Dec 2020 15:20:04 +0100 Subject: [PATCH] Add files via upload --- local_subscriber_ids.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 local_subscriber_ids.json diff --git a/local_subscriber_ids.json b/local_subscriber_ids.json new file mode 100644 index 0000000..d1382b4 --- /dev/null +++ b/local_subscriber_ids.json @@ -0,0 +1,25 @@ +{ + "count": 2, + "results": [ + { + "callsign": "N0CALL", + "city": "", + "country": "", + "fname": " ", + "id": 1234567, + "remarks": "", + "state": "", + "surname": "" + }, + { + "callsign": "N0CALL", + "city": "", + "country": "", + "fname": " ", + "id": 0, + "remarks": "", + "state": "", + "surname": "" + } + ] +}