Skip to content

Commit fdcf94d

Browse files
committed
feat: missing thermal testdata file
1 parent 1565eca commit fdcf94d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"@odata.id": "/redfish/v1/Chassis/BMC_0/ThermalSubsystem/ThermalMetrics",
3+
"@odata.type": "#ThermalMetrics.v1_0_1.ThermalMetrics",
4+
"Id": "ThermalMetrics",
5+
"Name": "Chassis Thermal Metrics",
6+
"TemperatureReadingsCelsius": [
7+
{
8+
"DataSourceUri": "/redfish/v1/Chassis/BMC_0/Sensors/BMC_0_Temp_0",
9+
"DeviceName": "BMC_0_Temp_0",
10+
"Reading": 56.062
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)