blob: 7e7d35c6a869196076fa30ca8bb41d844de447d4 [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.