mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +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
|
||||
* KL110
|
||||
* KL120
|
||||
* KL125
|
||||
* KL130
|
||||
|
||||
### Light strips
|
||||
|
@ -15,6 +15,7 @@ TPLINK_KELVIN = {
|
||||
"LB230": (2500, 9000),
|
||||
"KB130": (2500, 9000),
|
||||
"KL130": (2500, 9000),
|
||||
"KL125": (2500, 6500),
|
||||
r"KL120\(EU\)": (2700, 6500),
|
||||
r"KL120\(US\)": (2700, 5000),
|
||||
r"KL430\(US\)": (2500, 9000),
|
||||
|
Loading…
Reference in New Issue
Block a user