mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-11-03 22:22:06 +00:00 
			
		
		
		
	Add KL125 bulb definition (#143)
Co-authored-by: Mark Arnold <marnold@nvidia.com>
This commit is contained in:
		@@ -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),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user