Skip to content

Commit 67b19b5

Browse files
roger530-hoPJHsieh
authored andcommitted
Fix incorrect LED status of 'System status LED'
1 parent 5905ddf commit 67b19b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

device/accton/x86_64-accton_as9817_64d-r0/system_health_monitoring_config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"polling_interval": 60,
88
"led_color": {
99
"fault": "STATUS_LED_COLOR_RED",
10-
"normal": "STATUS_LED_COLOR_GREEN",
11-
"booting": "STATUS_LED_COLOR_GREEN"
10+
"normal": "STATUS_LED_COLOR_OFF",
11+
"booting": "STATUS_LED_COLOR_OFF"
1212
}
1313
}

0 commit comments

Comments
 (0)