Skip to content

Commit a4d98fd

Browse files
Fixes: #1229 (#1230)
* Fix "LED Test" effect colour order (#1229)
1 parent 6f0ccdb commit a4d98fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
- LED-Hue: Proper black in Entertainement mode if min brightness is set
3030
- LED-Hue: Minor fix of setColor command
3131
- Nanoleaf: Fix,if external control mode cannot be set
32+
- Fix issue #1229: "LED Test" effect description is in wrong order
3233

3334
### Removed
3435

assets/webconfig/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
"edt_eff_knightrider_header_desc": "K.I.T.T is back! The front-scanner of the well known car, this time not just in red.",
581581
"edt_eff_ledlist": "Led List",
582582
"edt_eff_ledtest_header": "Led Test",
583-
"edt_eff_ledtest_header_desc": "Rotating output: Red, Blue, Green, White, Black",
583+
"edt_eff_ledtest_header_desc": "Rotating output: Red, Green, Blue, White, Black",
584584
"edt_eff_length": "Length",
585585
"edt_eff_lightclock_header": "Light Clock",
586586
"edt_eff_lightclock_header_desc": "A real clock as light! Adjust the colors of hours, minute, seconds. A optional 3/6/9/12 o'clock marker is also available. In case the clock is wrong, you need to check your system clock.",

0 commit comments

Comments
 (0)