blob: 7e7d35c6a869196076fa30ca8bb41d844de447d4 [file] [log] [blame]
Deepak Kodihalli4b271e12017-05-13 09:57:52 -05001description: >
2 Implement to set time synchronization method.
3
4properties:
5 - name: TimeSyncMethod
6 type: enum[self.Method]
7 description: >
8 The method of time synchronization.
9
10enumerations:
11 - name: Method
12 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050013 Possible methods of time synchronization.
Deepak Kodihalli4b271e12017-05-13 09:57:52 -050014 values:
Patrick Williams8da396c2022-03-14 14:21:02 -050015 - name: NTP
16 description: >
17 Sync by using the Network Time Protocol.
18 - name: Manual
19 description: >
20 Sync time manually.