From e9a640561482070923f90a5444320494509ae0f3 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Fri, 18 Aug 2017 19:17:27 -0700 Subject: Add Control.FanPwm as interface. Change-Id: I20c2c162a28b7aabf14ae17ae2f456a6b10e0e6b Signed-off-by: Patrick Venture Signed-off-by: Kun Yi --- sensorhandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sensorhandler.cpp b/sensorhandler.cpp index de3c228..036eb22 100644 --- a/sensorhandler.cpp +++ b/sensorhandler.cpp @@ -412,6 +412,7 @@ ipmi_ret_t ipmi_sen_get_sensor_type(ipmi_netfn_t netfn, ipmi_cmd_t cmd, const std::set analogSensorInterfaces = { "xyz.openbmc_project.Sensor.Value", + "xyz.openbmc_project.Control.FanPwm", }; bool isAnalogSensor(const std::string& interface) -- cgit v1.2.1