Skip to content

Commit

Permalink
add psu fans status led available config (#13926) (#13936)
Browse files Browse the repository at this point in the history
  • Loading branch information
mssonicbld authored Feb 22, 2023
1 parent 70e2ea1 commit e842241
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions device/celestica/x86_64-cel_seastone-r0/platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@
"name": "PSU-1 FAN-1",
"speed": {
"controllable": false
},
"status_led": {
"available": false
}
}
]
Expand All @@ -281,6 +284,9 @@
"name": "PSU-2 FAN-1",
"speed": {
"controllable": false
},
"status_led": {
"available": false
}
}
]
Expand Down

0 comments on commit e842241

Please sign in to comment.