mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-02-03 02:27:06 +00:00
Add kelvin range for KL130 (#156)
* Add kelvin range for KL130 (new color bulb) * Add kelvin range for KL120 Unable to test this personally as I don't have this bulb.
This commit is contained in:
parent
f75e2cd9b7
commit
df42f59ede
@ -5,7 +5,9 @@ from typing import Any, Dict, Optional, Tuple
|
||||
TPLINK_KELVIN = {'LB130': (2500, 9000),
|
||||
'LB120': (2700, 6500),
|
||||
'LB230': (2500, 9000),
|
||||
'KB130': (2500, 9000)}
|
||||
'KB130': (2500, 9000),
|
||||
'KL130': (2500, 9000),
|
||||
'KL120': (2700, 6500)}
|
||||
|
||||
|
||||
class SmartBulb(SmartDevice):
|
||||
|
Loading…
Reference in New Issue
Block a user