Skip to content

Commit

Permalink
Merge pull request #3 from smatsmats/add_color_cycleSpeed
Browse files Browse the repository at this point in the history
Add color cycle speed
  • Loading branch information
smatsmats authored Oct 18, 2024
2 parents 97b1f2c + 5810d7a commit 6a67c07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ def lights(mock_spa):
"color": {"blue": 0, "green": 0, "red": 0, "white": 0},
"intensity": 0 if mode == SpaLight.LightMode.OFF else 50,
"mode": mode.name,
"cycleSpeed": 0,
"exterior": False,
"irt": None,
"zone": i + 1,
},
)
Expand Down

0 comments on commit 6a67c07

Please sign in to comment.