Add KL135 color temperature range (#256)

This commit is contained in:
Teemu R 2021-11-19 18:08:20 +01:00 committed by GitHub
parent 351e86bfa3
commit a468d520c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,7 @@ or the `parse_pcap.py` script contained inside the `devtools` directory.
* KL120
* KL125
* KL130
* KL135
### Light strips

View File

@ -28,6 +28,7 @@ TPLINK_KELVIN = {
"KB130": ColorTempRange(2500, 9000),
"KL130": ColorTempRange(2500, 9000),
"KL125": ColorTempRange(2500, 6500),
"KL135": ColorTempRange(2500, 6500),
r"KL120\(EU\)": ColorTempRange(2700, 6500),
r"KL120\(US\)": ColorTempRange(2700, 5000),
r"KL430": ColorTempRange(2500, 9000),