todbot / blink1

Official software for blink(1) USB RGB LED by ThingM
https://blink1.thingm.com/
Other
953 stars 237 forks source link

Servertickle doesn't work with laptop docking station #645

Open ColeBarazoto opened 4 years ago

ColeBarazoto commented 4 years ago

My setup is a DELL laptop with the D5000 Dell docking station. I was expecting the server tickle function to play when I unplug my laptop from the docking station, but that doesn't happen.

todbot commented 4 years ago

Hi, A few questions:

ColeBarazoto commented 4 years ago

I see whatever color the Blink(1) was set to before unplugging from the dock. Yes, the dock is powering the USB port. Here is the lines of code where I use the server tickle function:

b1.write_pattern_line(100, '#8A0808', 1) b1.save_pattern()

b1.server_tickle(enable=True, timeout_millis=2000, stay_lit=True)

I could also be misusing the function.