From 996ef506e3db9669793074da57fd47da0f4d6cbc Mon Sep 17 00:00:00 2001 From: Gorav Kumar Garg Date: Thu, 5 Sep 2024 06:22:02 -0400 Subject: [PATCH] janga800bic : add led_manager.json --- .../configs/janga800bic/led_manager.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 fboss/platform/configs/janga800bic/led_manager.json diff --git a/fboss/platform/configs/janga800bic/led_manager.json b/fboss/platform/configs/janga800bic/led_manager.json new file mode 100644 index 0000000000000..19edbfe5ed789 --- /dev/null +++ b/fboss/platform/configs/janga800bic/led_manager.json @@ -0,0 +1,16 @@ +{ + "chassisEepromName" : "CHASSIS" , + "fruEepromList" : { + "CHASSIS" : { + "path" : "/run/devmap/eeproms/COME_EEPROM" + } + }, + "systemLedConfig": { + "presentLedColor": 3, + "presentLedSysfsPath": "/sys/class/leds/sys_led:blue:status/brightness", + "absentLedColor": 4, + "absentLedSysfsPath": "/sys/class/leds/sys_led:amber:status/brightness" + }, + "fruTypeLedConfigs": {}, + "fruConfigs": [] +}