Files
wlan-ucentral-schema/state/gps.yml
John Crispin 94543eeb61 state: cleanup and document the data model
Signed-off-by: John Crispin <john@phrozen.org>
2023-02-13 09:02:09 +01:00

17 lines
341 B
YAML

type: object
description:
This section describes the GPS location of the device.
properties:
latitude:
type: number
description:
The latitude in WGS84.
longitude:
type: number
description:
The longitude in WGS84.
elevation:
type: number
description:
The elevation above sea level in meters.