mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
Extend KL135 ct range up to 9000K (#1123)
This commit is contained in:
parent
b7fa0d2040
commit
73b6d16074
@ -85,7 +85,7 @@ TPLINK_KELVIN = {
|
||||
"KB130": ColorTempRange(2500, 9000),
|
||||
"KL130": ColorTempRange(2500, 9000),
|
||||
"KL125": ColorTempRange(2500, 6500),
|
||||
"KL135": ColorTempRange(2500, 6500),
|
||||
"KL135": ColorTempRange(2500, 9000),
|
||||
r"KL120\(EU\)": ColorTempRange(2700, 6500),
|
||||
r"KL120\(US\)": ColorTempRange(2700, 5000),
|
||||
r"KL430": ColorTempRange(2500, 9000),
|
||||
|
Loading…
Reference in New Issue
Block a user