mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 11:13:34 +00:00
Add KL135 color temperature range (#256)
This commit is contained in:
parent
351e86bfa3
commit
a468d520c0
@ -150,6 +150,7 @@ or the `parse_pcap.py` script contained inside the `devtools` directory.
|
||||
* KL120
|
||||
* KL125
|
||||
* KL130
|
||||
* KL135
|
||||
|
||||
### Light strips
|
||||
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user