1What: /sys/class/leds/<led>/device_name 2Date: Dec 2017 3KernelVersion: 4.16 4Contact: linux-leds@vger.kernel.org 5Description: 6 Specifies the network device name to monitor. 7 8What: /sys/class/leds/<led>/interval 9Date: Dec 2017 10KernelVersion: 4.16 11Contact: linux-leds@vger.kernel.org 12Description: 13 Specifies the duration of the LED blink in milliseconds. 14 Defaults to 50 ms. 15 16What: /sys/class/leds/<led>/link 17Date: Dec 2017 18KernelVersion: 4.16 19Contact: linux-leds@vger.kernel.org 20Description: 21 Signal the link state of the named network device. 22 If set to 0 (default), the LED's normal state is off. 23 If set to 1, the LED's normal state reflects the link state 24 of the named network device. 25 Setting this value also immediately changes the LED state. 26 27What: /sys/class/leds/<led>/tx 28Date: Dec 2017 29KernelVersion: 4.16 30Contact: linux-leds@vger.kernel.org 31Description: 32 Signal transmission of data on the named network device. 33 If set to 0 (default), the LED will not blink on transmission. 34 If set to 1, the LED will blink for the milliseconds specified 35 in interval to signal transmission. 36 37What: /sys/class/leds/<led>/rx 38Date: Dec 2017 39KernelVersion: 4.16 40Contact: linux-leds@vger.kernel.org 41Description: 42 Signal reception of data on the named network device. 43 If set to 0 (default), the LED will not blink on reception. 44 If set to 1, the LED will blink for the milliseconds specified 45 in interval to signal reception. 46