mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 01:02:20 +00:00
19 lines
373 B
YAML
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
|