@@ -36,7 +36,7 @@ Blynclight Plus<sup>14</sup>
36
36
## Features
37
37
- Command-line interface with color, effect, and LED targeting options
38
38
- HTTP API with full documentation and authentication support
39
- - Individual LED control for multi-LED devices (Blink1 mk2, BlinkStick variants)
39
+ - Individual LED control for multi-LED devices (Blink1 mk2, Flag variants, BlinkStick variants)
40
40
- Cross-platform support: macOS and Linux (Windows in development)
41
41
- Support for 23 devices from 9 vendors:
42
42
@@ -47,7 +47,7 @@ Blynclight Plus<sup>14</sup>
47
47
| [ ** EPOS** ] [ 11 ] | Busylight | Single LED |
48
48
| [ ** Embrava** ] [ 3 ] | Blynclight, Blynclight Mini, Blynclight Plus | Single LED |
49
49
| [ ** Kuando** ] [ 4 ] | Busylight Alpha, BusyLight Omega | Single LED |
50
- | [ ** Luxafor** ] [ 5 ] | Bluetooth, Flag, Mute, Orb, Busy Tag | Single LED |
50
+ | [ ** Luxafor** ] [ 5 ] | Bluetooth, Flag, Mute, Orb, Busy Tag | Multi-LED / Single LED |
51
51
| [ ** Plantronics** ] [ 3 ] | Status Indicator | Single LED |
52
52
| [ ** MuteMe** ] [ 7 ] | MuteMe Original, Mute Mini, MuteSync | Single LED |
53
53
| [ ** ThingM** ] [ 6 ] | Blink(1), Blink(1) mk2 | Blink(1) mk2: Multi-LED |
@@ -134,10 +134,10 @@ $ busylight --all off # turn all lights off
134
134
135
135
### LED Targeting (Multi-LED Devices)
136
136
``` console
137
- $ busylight on red --led 1 # turn on top LED only (Blink1 mk2)
138
- $ busylight on blue --led 2 # turn on bottom LED only
137
+ $ busylight on red --led 1 # turn on top LED only (Blink1 mk2)
138
+ $ busylight on blue --led 2 # turn on bottom LED only
139
139
$ busylight blink green --led 1 --count 5 # blink top LED 5 times
140
- $ busylight off # turn off all LEDs (default)
140
+ $ busylight off # turn off all LEDs (default)
141
141
```
142
142
143
143
## HTTP API Examples
@@ -223,12 +223,12 @@ For devices with multiple LEDs (like Blink1 mk2), use the `--led` option
223
223
(CLI) or ` led ` parameter (API):
224
224
225
225
- ` led=0 ` : Control all LEDs (default behavior)
226
- - ` led=1 ` : Control first/top LED
227
- - ` led=2 ` : Control second/bottom LED
228
- - ` led=3+ ` : Control additional LEDs (BlinkStick variants)
226
+ - ` led=1 ` : Control first
227
+ - ` led=2 ` : Control second
228
+ - ` led=3+ ` : Control additional LEDs
229
229
230
- Single-LED devices ignore the LED parameter. Device-specific LED indexing
231
- varies by manufacturer.
230
+ Single-LED devices ignore the LED parameter. Device-specific LED
231
+ indexing varies by manufacturer.
232
232
233
233
### Authentication
234
234
The API can be secured with a simple username and password through
0 commit comments