CanadaBestSeller / Bulbasaur

LIFX Project
0 stars 0 forks source link

Cannot set light colour immediately after turning on #2

Open CanadaBestSeller opened 9 years ago

CanadaBestSeller commented 9 years ago

Two workarounds:

  1. Implement a callback handler which listens for LIFX bulb's turnOn callback, then immediate change the colour.
  2. Spam the LIFX bulb with changeColour() calls right after the turnOn() call.
CanadaBestSeller commented 9 years ago

There might be a turnOnWithColor() function of some sort in the API as well?