Skip to content

Commit

Permalink
correct values
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Feb 15, 2022
1 parent 45b1a05 commit beb1861
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pywizlight/tests/test_bulb_dimmable_white_1_11_7.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ async def test_model_description_dimmable_bulb(dimmable_bulb: wizlight) -> None:
bulb_type = await dimmable_bulb.get_bulbtype()
assert bulb_type == BulbType(
features=Features(color=False, color_tmp=False, effect=False, brightness=True),
name="ESP05_SHDW_21",
kelvin_range=KelvinRange(max=2700, min=2700),
name="ESP06_SHDW9_01",
kelvin_range=KelvinRange(max=6500, min=2700),
bulb_type=BulbClass.DW,
fw_version="1.25.0",
fw_version="1.11.7",
white_channels=1,
white_to_color_ratio=20,
)

0 comments on commit beb1861

Please sign in to comment.