Tod Kurt
Tod Kurt
It would be good to know what clients are accessing blink1-tiny-server.
As a customer has pointed out, it's not entirely simple to figure out what this program does.
Both `blink1-tool` and `blink1-mini-tool` have a `hiddata.c`. This is an alternate, simpler and, for Linux, a libusb-0.1-based way of talking to USB HID devices. The normal preferred way is to...
A user reported that `--servertickle 1,1` is causing issue on older blink(1) mk2 devices. I'm not sure how this can be, but it's worth investigating
Move and update these docs: - https://github.com/todbot/blink1/blob/master/docs/blink1-tool.md - https://github.com/todbot/blink1/blob/master/docs/blink1-tool-tips.md - https://github.com/todbot/blink1/blob/master/docs/blink1-mk2-tricks.md - https://github.com/todbot/blink1/wiki/Using-blink%281%29-as-a-programmable-nightlight
Currently you do things like: ``` blink1-tool --servertickle 1,1,5,7 ``` To say "enable servertickle, stay lit on enable, play sub-pattern 5-7". This is pretty hard to parse. We can do...
Zapier is similar to IFTTT. Their developer documentation (https://zapier.com/developer/documentation/v2/ ) seems pretty good and reasonable to add to Blink1Control2. (original issue opened by Jon at todbot/blink1#312 )
It looks like Google has changed the URLs for this stuff. Instead, link to help page: https://support.google.com/accounts/answer/185833?hl=en and maybe include some screenshots.
Color pattern strings specified via the REST API like: ``` curl 'http://localhost:8934/blink1/pattern/add?pname=blink3green&pattern=3,%2300ff00,1.5,%23000000,0.5' ``` were being parsed incorrectly. The `ledn` parameter should be optional so the following should all be valid:...
Copy of issue https://github.com/todbot/blink1/issues/275 Looks like it might be possible to add Slack integration, since IFTTT Slack channel doesn't support Slack event triggers. (But why? This may prevent us from...