KiwiSDR: Add position to yaml

pull/2052/head
srcejon 2024-04-04 15:21:32 +01:00
rodzic 3c75ac4f9e
commit 24a3e0b477
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -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