Skip to content

Commit

Permalink
janga800bic : add led_manager.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GoravGargCelestica committed Sep 23, 2024
1 parent 44cbdc1 commit 996ef50
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions fboss/platform/configs/janga800bic/led_manager.json
Original file line number Diff line number Diff line change
@@ -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": []
}

0 comments on commit 996ef50

Please sign in to comment.