Deepak Kodihalli | 8aac5db | 2016-11-15 06:57:35 -0600 | [diff] [blame] | 1 | description: > |
| 2 | Implement to control system time. |
| 3 | properties: |
| 4 | - name: Elapsed |
| 5 | type: uint64 |
| 6 | description: > |
| 7 | Time elpased since the |
| 8 | Epoch(1 Jan 1970 00:00:00 UTC), in microseconds. |
| 9 | |
Lei YU | 49f855f | 2018-06-07 16:17:01 +0800 | [diff] [blame] | 10 | On setting this property, errors may be thrown. |
| 11 | InternalFailure means BMC fails to set the time. |
| 12 | InsufficientPermission means it is not allowed to set time depend |
| 13 | on the time settings. |
| 14 | errors: |
Lei YU | e0e9aed | 2018-07-13 14:04:16 +0800 | [diff] [blame] | 15 | - xyz.openbmc_project.Time.Error.NotAllowed |
| 16 | - xyz.openbmc_project.Time.Error.Failed |
Lei YU | 49f855f | 2018-06-07 16:17:01 +0800 | [diff] [blame] | 17 | |
Deepak Kodihalli | 8aac5db | 2016-11-15 06:57:35 -0600 | [diff] [blame] | 18 | # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |