mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 03:33:35 +00:00
Add KL125 bulb definition (#143)
Co-authored-by: Mark Arnold <marnold@nvidia.com>
This commit is contained in:
parent
848c38117b
commit
2fe1b209d0
@ -133,6 +133,7 @@ or the `parse_pcap.py` script contained inside the `devtools` directory.
|
|||||||
* KL60
|
* KL60
|
||||||
* KL110
|
* KL110
|
||||||
* KL120
|
* KL120
|
||||||
|
* KL125
|
||||||
* KL130
|
* KL130
|
||||||
|
|
||||||
### Light strips
|
### Light strips
|
||||||
|
@ -15,6 +15,7 @@ TPLINK_KELVIN = {
|
|||||||
"LB230": (2500, 9000),
|
"LB230": (2500, 9000),
|
||||||
"KB130": (2500, 9000),
|
"KB130": (2500, 9000),
|
||||||
"KL130": (2500, 9000),
|
"KL130": (2500, 9000),
|
||||||
|
"KL125": (2500, 6500),
|
||||||
r"KL120\(EU\)": (2700, 6500),
|
r"KL120\(EU\)": (2700, 6500),
|
||||||
r"KL120\(US\)": (2700, 5000),
|
r"KL120\(US\)": (2700, 5000),
|
||||||
r"KL430\(US\)": (2500, 9000),
|
r"KL430\(US\)": (2500, 9000),
|
||||||
|
Loading…
Reference in New Issue
Block a user