mdz / python-smarttub

Python API for SmartTub enabled hot tubs
MIT License
6 stars 9 forks source link

expose cycleSpeed for color changing lights #53

Open smatsmats opened 1 week ago

smatsmats commented 1 week ago

Lights that have mode COLOR_WHEEL also have a speed

{   'color': {'blue': 0, 'green': 0, 'red': 0, 'white': 0},
    'cycleSpeed': 3,
    'exterior': False,
    'intensity': 60,
    'irt': None,
    'mode': 'COLOR_WHEEL',
    'zone': 1}
mdz commented 1 week ago

Interesting, is there a way to set it, or is it just informational?