Skip to content

Commit

Permalink
Add ESP03_SHDW1_01
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidy committed Jan 9, 2021
1 parent 2801bfd commit ce530e4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pywizlight/bulblibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@ class BulbLib:
kelvin_range=KelvinRange(min=2200, max=6500),
),
BulbType(
name="ESP01_SHDW_01",
name="ESP01_SHDW1_31",
features=Features(
brightness=True, color=False, effect=False, color_tmp=False
),
kelvin_range=KelvinRange(min=2200, max=6500),
),
BulbType(
name="ESP03_SHDW1_01",
features=Features(
brightness=True, color=False, effect=False, color_tmp=False
),
Expand Down

0 comments on commit ce530e4

Please sign in to comment.