Skip to content

Commit 0f31053

Browse files
committed
Light editing to README.md
1 parent de80370 commit 0f31053

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Blynclight Plus<sup>14</sup>
3636
## Features
3737
- Command-line interface with color, effect, and LED targeting options
3838
- 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)
4040
- Cross-platform support: macOS and Linux (Windows in development)
4141
- Support for 23 devices from 9 vendors:
4242

@@ -47,7 +47,7 @@ Blynclight Plus<sup>14</sup>
4747
| [**EPOS**][11] | Busylight | Single LED |
4848
| [**Embrava**][3] | Blynclight, Blynclight Mini, Blynclight Plus | Single LED |
4949
| [**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 |
5151
| [**Plantronics**][3] | Status Indicator | Single LED |
5252
| [**MuteMe**][7] | MuteMe Original, Mute Mini, MuteSync | Single LED |
5353
| [**ThingM**][6] | Blink(1), Blink(1) mk2 | Blink(1) mk2: Multi-LED |
@@ -134,10 +134,10 @@ $ busylight --all off # turn all lights off
134134

135135
### LED Targeting (Multi-LED Devices)
136136
```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
139139
$ 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)
141141
```
142142

143143
## HTTP API Examples
@@ -223,12 +223,12 @@ For devices with multiple LEDs (like Blink1 mk2), use the `--led` option
223223
(CLI) or `led` parameter (API):
224224

225225
- `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
229229

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.
232232

233233
### Authentication
234234
The API can be secured with a simple username and password through

0 commit comments

Comments
 (0)