diff --git a/fboss/platform/configs/icecube/sensor_service.json b/fboss/platform/configs/icecube/sensor_service.json index 7d626d67e2edc..2c62b45c37d0e 100644 --- a/fboss/platform/configs/icecube/sensor_service.json +++ b/fboss/platform/configs/icecube/sensor_service.json @@ -2237,6 +2237,61 @@ "productionState": 3, "productionSubState": 1, "respinVariantIndicator": 10 + }, + { + "sensors": [ + { + "name": "SMB_XP0R72V_PB_TRVDD_0_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_ASIC_VOLTAGE_0/in4_input", + "type": 1, + "thresholds": { + "maxAlarmVal": 0.742, + "minAlarmVal": 0.698, + "upperCriticalVal": 0.828, + "lowerCriticalVal": 0 + }, + "compute": "@/1000.0" + }, + { + "name": "SMB_XP0R72V_PB_TRVDD_1_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_ASIC_VOLTAGE_6/in4_input", + "type": 1, + "thresholds": { + "maxAlarmVal": 0.742, + "minAlarmVal": 0.698, + "upperCriticalVal": 0.828, + "lowerCriticalVal": 0 + }, + "compute": "@/1000.0" + }, + { + "name": "SMB_XP0R72V_PB_TRVDD_2_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_ASIC_VOLTAGE_3/in4_input", + "type": 1, + "thresholds": { + "maxAlarmVal": 0.742, + "minAlarmVal": 0.698, + "upperCriticalVal": 0.828, + "lowerCriticalVal": 0 + }, + "compute": "@/1000.0" + }, + { + "name": "SMB_XP0R72V_PB_TRVDD_3_VOUT", + "sysfsPath": "/run/devmap/sensors/SMB_ASIC_VOLTAGE_7/in4_input", + "type": 1, + "thresholds": { + "maxAlarmVal": 0.742, + "minAlarmVal": 0.698, + "upperCriticalVal": 0.828, + "lowerCriticalVal": 0 + }, + "compute": "@/1000.0" + } + ], + "productionState": 3, + "productionSubState": 3, + "respinVariantIndicator": 10 } ] },