From 0a90d5fd0425af82b9a051353f35256edb42ded7 Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Sat, 19 May 2018 04:03:34 -0500 Subject: Add frequency sensor to YAML --- xyz/openbmc_project/Sensor/Value.interface.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xyz/openbmc_project/Sensor/Value.interface.yaml') 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 -- cgit v1.2.1