mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-26 16:46:23 +00:00
Use less strict matcher for kl430 color temperature (#190)
This commit is contained in:
parent
6184c0c72e
commit
4e8a3185fb
@ -18,7 +18,7 @@ TPLINK_KELVIN = {
|
||||
"KL125": (2500, 6500),
|
||||
r"KL120\(EU\)": (2700, 6500),
|
||||
r"KL120\(US\)": (2700, 5000),
|
||||
r"KL430\(US\)": (2500, 9000),
|
||||
r"KL430": (2500, 9000),
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user