2024-08-02 08:18:32 +02:00
|
|
|
# wled.sh
|
|
|
|
|
2024-08-03 22:44:50 +02:00
|
|
|
Simple shell script to turn predefined wled instances on/off, change brightness
|
|
|
|
and switch presets.
|
2024-08-02 08:18:32 +02:00
|
|
|
|
2024-08-02 17:11:01 +02:00
|
|
|
Requires *curl* version 7.82.0 or newer.
|
|
|
|
|
2024-08-03 22:44:50 +02:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
Switch on/off:
|
2024-08-03 22:47:36 +02:00
|
|
|
|
|
|
|
`wled f(nordcenter)|w(ohnzimmer) 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
|
|
|
|
|
|
|
`wled f(nordcenter)|w(ohnzimmer) 1-17|l(ist)`
|
2024-08-03 22:44:50 +02:00
|
|
|
|
|
|
|
Change brightness:
|
2024-08-03 22:47:36 +02:00
|
|
|
|
2024-08-03 22:49:17 +02:00
|
|
|
`wled f(nordcenter)|w(ohnzimmer) b(rightness) 1-255`
|
2024-08-02 18:12:17 +02:00
|
|
|
|