KiwiSDR: Add position to yaml

This commit is contained in:
srcejon 2024-04-04 15:21:32 +01:00
parent 3c75ac4f9e
commit 24a3e0b477
1 changed files with 9 additions and 0 deletions

View File

@ -30,3 +30,12 @@ KiwiSDRReport:
status:
description: 0 for Idle, 1 for Connecting, 2 for Connected, 3 for Error, 4 for Disconnected
type: integer
latitude:
type: number
format: float
longitude:
type: number
format: float
altitude:
type: number
format: float