Compare commits
No commits in common. "1eec99af8e78c8b9c8e0f61ca87bedba556a230e" and "bc484958a32cc008b42243deb0d6aa427e3b8cbc" have entirely different histories.
1eec99af8e
...
bc484958a3
2 changed files with 1 additions and 3 deletions
|
@ -4,5 +4,3 @@ Simple shell script to turn predefined wled instances on/off or switch presets.
|
|||
|
||||
Requires *curl* version 7.82.0 or newer.
|
||||
|
||||
Usage: **wled** *f\(nordcenter\)*|*w\(ohnzimmer\)* *on*|*off*|*1-17*|*list*
|
||||
|
||||
|
|
2
wled
2
wled
|
@ -7,7 +7,7 @@
|
|||
# License: CC0
|
||||
|
||||
print_usage() {
|
||||
echo "Usage: $0 f(nordcenter)|w(ohnzimmer) on|off|1-17|list"
|
||||
echo "Usage: $0 [f(nordcenter)|w(ohnzimmer)] [on|off|1-17|list]"
|
||||
}
|
||||
|
||||
if test $# -ne 2; then
|
||||
|
|
Loading…
Add table
Reference in a new issue