HendrikRoth / boblight

Automatically exported from code.google.com/p/boblight
0 stars 0 forks source link

[enhancement] initialisation string sent to lamp #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a lamp which has multiple functions - as clients connect to the boblight 
I'd like to have boblight send an initialisation string in this case "7\x0D" 
which selects function 7 the boblight, then there's a 500ms wait period before 
a signal can be sent

I'd suggest the boblight.conf settings 

initstring = "7\x0D"

and 

delayafterinit = 500000

Original issue reported on code.google.com by klatti...@googlemail.com on 19 Aug 2012 at 5:35