2024-08-02 08:18:32 +02:00
|
|
|
# wled.sh
|
|
|
|
|
2024-08-04 10:11:16 +02:00
|
|
|
Turn WLED installations in the C4 hackspace on/off, change brightness or switch
|
|
|
|
between presets.
|
2024-08-02 17:11:01 +02:00
|
|
|
|
2024-08-03 22:44:50 +02:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
Switch on/off:
|
2024-08-03 22:47:36 +02:00
|
|
|
|
2024-08-06 15:10:53 +02:00
|
|
|
`$ wled --fnordcenter|--wohnzimmer|--all on|off`
|
2024-08-03 22:44:50 +02:00
|
|
|
|
|
|
|
Switch between presets 1 to 17 or list available presets:
|
2024-08-03 22:47:36 +02:00
|
|
|
|
2024-08-06 15:10:53 +02:00
|
|
|
`$ wled -f|-w|-a [1-17|l(ist)]`
|
2024-08-03 22:44:50 +02:00
|
|
|
|
|
|
|
Change brightness:
|
2024-08-03 22:47:36 +02:00
|
|
|
|
2024-08-06 15:10:53 +02:00
|
|
|
`$ wled -f|-w|-a -b [1-255]`
|
2024-08-04 10:11:16 +02:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
You have to be connected to the local network.
|
2024-08-02 18:12:17 +02:00
|
|
|
|