blob: c63c55b3450f32f89db11c553aee4a1c16b76458 [file] [log] [blame]
description: >
Implement to set time synchronization method.
properties:
- name: TimeSyncMethod
type: enum[self.Method]
description: >
The method of time synchronization.
enumerations:
- name: Method
description: >
Possible methods of time synchronization.
values:
- name: NTP
description: >
Sync by using the Network Time Protocol.
- name: Manual
description: >
Sync time manually.