summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Sensor
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Sensor')
-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