GE Link - Turn On/Off with Dimming over 1.5 seconds?

I’m assuming this is just in the app that the icon flashes, and not the actual bulb turning on then off? This should be an easy fix if it’s just the app icon. In both the on() and off() functions change the state.trigger = “on/off” to state.trigger = “setLevel”. And also change the line in the on() function state.lvl = “00” to state.lvl = “fe”. Since we’re using the move to level command, we get different responses from the bulb and this helps us focus on only the right ones.

It’s not messed up, but it looks funny because it allows you to use a picture as the background (look in the preferences section for that option). @johnconstantelo added that to the bulb, so you can use his trick to show device names (see link). To get rid of the pixelated cloud, you can remove canChangeBackground: true from line 48 if you want.