Files
ols-ucentral-schema/schema/service.gps.yml
John Crispin 242a1a18cb gps: add support to the data model
Signed-off-by: John Crispin <john@phrozen.org>
2023-01-27 13:33:43 +01:00

19 lines
373 B
YAML

description:
This section can be used to configure a GPS dongle
type: object
properties:
adjust-time:
description:
Adjust the systems clock upon a successful GPS lock.
type: boolean
default: false
baud-rate:
description:
The baudrate used by the attached GPS dongle
type: integer
enum:
- 2400
- 4800
- 9600
- 19200