c4wled.sh/README.md

25 lines
406 B
Markdown
Raw Normal View History

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-04 10:11:16 +02:00
`$ wled -f(nordcenter)|-w(wohnzimmer) 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-04 10:11:16 +02:00
`$ wled -f|-w 1-17|l`
2024-08-03 22:44:50 +02:00
Change brightness:
2024-08-03 22:47:36 +02:00
2024-08-04 10:11:16 +02:00
`$ wled -f|-w -b 1-255`
## Requirements
*curl* version 7.82.0 or newer.
You have to be connected to the local network.
2024-08-02 18:12:17 +02:00