summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Time/Synchronization.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Time/Synchronization.interface.yaml')
-rw-r--r--xyz/openbmc_project/Time/Synchronization.interface.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Time/Synchronization.interface.yaml b/xyz/openbmc_project/Time/Synchronization.interface.yaml
new file mode 100644
index 0000000..c63c55b
--- /dev/null
+++ b/xyz/openbmc_project/Time/Synchronization.interface.yaml
@@ -0,0 +1,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