Describe the bug
LocalLight() does not work with v8 bulbs but Light() does
To Reproduce
Code to reproduce the behavior:
led1= LocalLight("<yourip>")
led1.g = 255
led2 = Light("<yourip>")
led1.g = 200
Device
- Device Information: v8 RGBCWWW
Additional context
status does not get applied when
using LocalLight() w/ v8 bulbs. I believe it has something
to do with how the commands are sent vs Light()
Describe the bug
LocalLight() does not work with v8 bulbs but Light() does
To Reproduce
Code to reproduce the behavior:
Device
Additional context
status does not get applied when
using LocalLight() w/ v8 bulbs. I believe it has something
to do with how the commands are sent vs Light()