Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add psu model MTEF-AC-I data to psu_sensors.json #11

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion device/mellanox/x86_64-mlnx_msn2700-r0/psu_sensors.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,21 @@
"curr2 PSU 12V Rail Curr (out)"
]
},
"MTEF-AC-I": {
"MTEF-AC-G-DELTA":{

},
"MTEF-AC-I": {
"label": [
"in1 PSU 220V Rail (in)",
"in2 PSU 12V Rail (out)",
"fan1 PSU Fan 1",
"temp1 PSU Temp 1",
"temp2 PSU Temp 2",
"power1 PSU 220V Rail Pwr (in)",
"power2 PSU 12V Rail Pwr (out)",
"curr1 PSU 220V Rail Curr (in)",
"curr2 PSU 12V Rail Curr (out)"
]
},
"MTEF-AC-M": {
"label": [
Expand Down