Skip to content

Commit 3cec3a2

Browse files
author
Jostar Yang
committed
[AS5835-54X] Fix chassis health led bug
Signed-off-by: Jostar Yang <[email protected]>
1 parent cdbcf7d commit 3cec3a2

File tree

1 file changed

+1
-2
lines changed
  • device/accton/x86_64-accton_as5835_54x-r0/sonic_platform

1 file changed

+1
-2
lines changed

device/accton/x86_64-accton_as5835_54x-r0/sonic_platform/chassis.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
SYSLED_MODES = {
3535
"0" : "STATUS_LED_COLOR_OFF",
3636
"1" : "STATUS_LED_COLOR_GREEN",
37-
"2" : "STATUS_LED_COLOR_AMBER",
38-
"5" : "STATUS_LED_COLOR_GREEN_BLINK"
37+
"3" : "STATUS_LED_COLOR_AMBER"
3938
}
4039

4140

0 commit comments

Comments
 (0)