summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-05-19 04:03:34 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-05-19 04:42:50 -0500
commitdfa3118c335f49c7fe2e6d2b6606471ce8baf886 (patch)
tree04f181be4638a7fefb61c2426fbd34f13f33afe9
parent05e43071f0676fc4cea6fb1933cc9a3437cfbf55 (diff)
downloadphosphor-dbus-interfaces-dfa3118c335f49c7fe2e6d2b6606471ce8baf886.tar.gz
phosphor-dbus-interfaces-dfa3118c335f49c7fe2e6d2b6606471ce8baf886.zip
Add frequency sensor to YAMLHEADmaster05-18-2018
-rw-r--r--xyz/openbmc_project/Sensor/Value.interface.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Sensor/Value.interface.yaml b/xyz/openbmc_project/Sensor/Value.interface.yaml
index 5e1b345..a792d77 100644
--- a/xyz/openbmc_project/Sensor/Value.interface.yaml
+++ b/xyz/openbmc_project/Sensor/Value.interface.yaml
@@ -40,6 +40,7 @@ properties:
For objects in the current namespace, Unit must be "Amperes".
For objects in the power namespace, Unit must be "Watts".
For objects in the energy namespace, Unit must be "Joules".
+ For objects in the frequency namespace, Unit must be "MHz".
- name: Scale
type: int64
description: >
@@ -72,6 +73,9 @@ enumerations:
- name: Joules
description: >
Energy transfer as Joules.
+ - name: MHz
+ description: >
+ Frequency as MHz.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud