base-files/leds: add setting the LED color via uci
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 1 Feb 2024 11:51:02 +0000 (12:51 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 7 Feb 2024 14:34:43 +0000 (15:34 +0100)
commitc6fabd0bc3354099bcfc73aa4064139b23fb509d
tree9baa6824b1a202e5b4881e5562d1eb60608b0e7e
parent3aa812d8bebdb40316d1d57150c766234f5245dd
base-files/leds: add setting the LED color via uci

Add the possibility that colored LEDs can also be configured via the uci.

config led 'led1'
option name '<name>'
option sysfs '<path>'
option trigger 'default-on'
option default '1'
--> option color_{$color} '<0-255>'

The supported names of the variable "${color}" for the selected LED can be
queried in the file with the name 'multi_index'.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
package/base-files/files/etc/init.d/led