mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-11 19:32:55 +02:00
feat: update repeater location from GPS fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user