Skip to content

Commit

Permalink
Add KL125 bulb definition (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Arnold <marnold@nvidia.com>
  • Loading branch information
mdarnol and nvmarnold committed Feb 27, 2021
1 parent 848c381 commit 2fe1b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ or the `parse_pcap.py` script contained inside the `devtools` directory.
* KL60
* KL110
* KL120
* KL125
* KL130

### Light strips
Expand Down
1 change: 1 addition & 0 deletions kasa/smartbulb.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"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),
Expand Down

0 comments on commit 2fe1b20

Please sign in to comment.