summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/interfaces/bmcweb/0024-Add-count-sensor-type.patch
blob: 22ae05fa3fe67e7eb5b1f1596501faca59599500 (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 94a0ae774933b7801d0c8d843b3ac3a39a5e5646 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 45a1eb6..7405e5a 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",
 #ifdef BMCWEB_NEW_POWERSUBSYSTEM_THERMALSUBSYSTEM
                "/xyz/openbmc_project/sensors/voltage",
-- 
2.17.1