Rename dx_aprs_ssid to just dx_ssid, and add support for de_ssid. Add SSIDs to the web interface. #68

This commit is contained in:
Ian Renton
2025-10-30 10:47:57 +00:00
parent 3ea782579b
commit 8ec3a67cf5
7 changed files with 66 additions and 31 deletions

View File

@@ -551,10 +551,10 @@ components:
type: integer
description: ITU zone of the DX operator
example: 14
dx_aprs_ssid:
dx_ssid:
type: string
description: If this is an APRS spot, what SSID was the DX operator using?
example: ""
description: If this is an APRS/Packet/etc. spot, what SSID was the DX operator/sender using?
example: "7"
dx_grid:
type: string
description: Maidenhead grid locator for the DX spot. This could be from a geographical reference e.g. POTA, or just from the country
@@ -609,6 +609,10 @@ components:
type: integer
description: DXCC ID of the spotter
example: 235
de_ssid:
type: string
description: If this is an APRS/Packet/etc. spot, what SSID was the receiver using?
example: "9"
de_grid:
type: string
description: Maidenhead grid locator for the spotter. This is not going to be from a xOTA reference so it will likely just be a QRZ or DXCC lookup. If the spotter is also portable, this is probably wrong, but it's good enough for some simple mapping.