8000 Extend KL135 ct range up to 9000K (#1123) · python-kasa/python-kasa@73b6d16 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 73b6d16

Browse files
authored
Extend KL135 ct range up to 9000K (#1123)
1 parent b7fa0d2 commit 73b6d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kasa/iot/iotbulb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class TurnOnBehaviors(BaseModel):
8585
"KB130"< 600A /span>: ColorTempRange(2500, 9000),
8686
"KL130": ColorTempRange(2500, 9000),
8787
"KL125": ColorTempRange(2500, 6500),
88-
"KL135": ColorTempRange(2500, 6500),
88+
"KL135": ColorTempRange(2500, 9000),
8989
r"KL120\(EU\)": ColorTempRange(2700, 6500),
9090
r"KL120\(US\)": ColorTempRange(2700, 5000),
9191
r"KL430": ColorTempRange(2500, 9000),

0 commit comments

Comments
 (0)
0