mdz / python-smarttub

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

Add PARTY light mode #34

Closed mathyourlife closed 11 months ago

mathyourlife commented 1 year ago

Sample light object data response:

{
  'zone': 1,
  'mode': 'PARTY',
  'cycleSpeed': 1, 
  'color': {'red': 0, 'blue': 0, 'green': 0, 'white': 0}, 
  'intensity': 100, 
  'irt': None, 
  'exterior': False
}