summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/interfaces/bmcweb/0024-Add-count-sensor-type.patch
blob: a9a4ab151eddaf652f18564cc85804967bb1dbfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From fb337f868543f72bd8ba24db3c4b09b4c1d888ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20Ambro=C5=BCewicz?= <adrian.ambrozewicz@intel.com>
Date: Fri, 30 Jul 2021 15:25:29 +0200
Subject: [PATCH] Add 'count' sensor type

PMT exposes data mainly in raw counter formats. This change makes
bmcweb aware of new sensor type.

Testing:
- values of type 'count' from PMT exposed successfully on Redfish
---
 redfish-core/lib/sensors.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index cb7ea15..d72a572 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -63,6 +63,7 @@ static const boost::container::flat_map<std::string_view,
              {node::sensors,
               {"/xyz/openbmc_project/sensors/power",
                "/xyz/openbmc_project/sensors/current",
+               "/xyz/openbmc_project/sensors/count",
                "/xyz/openbmc_project/sensors/airflow",
                "/xyz/openbmc_project/sensors/utilization"}},
              {node::thermal,
-- 
2.25.1