summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Time/Synchronization.interface.yaml
blob: c63c55b3450f32f89db11c553aee4a1c16b76458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.
OpenPOWER on IntegriCloud