Main page: NMVE status updates

This commit is contained in:
bergware
2023-11-30 13:29:36 +01:00
parent 07ca2676aa
commit 583b0fa1c9

View File

@@ -275,8 +275,6 @@ function get_nvme_powerstate($device) {
$entry = str_replace(' ','',trim($value[0]));
switch ($entry){
case 'wctemp':
$nvme[$entry] = $value[1] - 273;
break;
case 'cctemp':
$nvme[$entry] = $value[1] - 273;
break;