feat: update repeater location from GPS fix

This commit is contained in:
Mitchell Moss
2026-04-29 09:18:50 -04:00
parent 22d0e310d9
commit bf44efbfd9
7 changed files with 285 additions and 1 deletions
+24
View File
@@ -404,6 +404,30 @@ paths:
last_offset_seconds:
type: number
nullable: true
location_update:
type: object
description: GPS-fix-to-repeater-location update status
properties:
enabled:
type: boolean
state:
type: string
enum: [disabled, unconfigured, waiting_for_fix, waiting_for_position, ready, updated, skipped, error]
last_attempt:
type: string
nullable: true
last_success:
type: string
nullable: true
last_error:
type: string
nullable: true
last_latitude:
type: number
nullable: true
last_longitude:
type: number
nullable: true
satellites:
type: object
nmea: