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>2019-04-19 09:29:35 +0000
commit0a90d5fd0425af82b9a051353f35256edb42ded7 (patch)
tree02bf6fb23f6f2320971229db7093121d3161b53e
parent21a950a5638b93330735c7a1975ee138d2c4530d (diff)
downloadphosphor-dbus-interfaces-04-16-2019.tar.gz
phosphor-dbus-interfaces-04-16-2019.zip
Add frequency sensor to YAML04-16-2019
-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