google-code-export / light-pack

Automatically exported from code.google.com/p/light-pack
GNU General Public License v3.0
0 stars 0 forks source link

Server API only allows two-digit LED ids #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> setcolor:99-255,255,255;
ok
> setcolor:100-255,255,255;
error

See 
https://code.google.com/p/light-pack/source/browse/Software/src/ApiServerSetColo
rTask.cpp#66

Some devices (e.g. Adalight) can have more than 99 leds.

Original issue reported on code.google.com by chainik...@gmail.com on 2 Jun 2014 at 12:12

GoogleCodeExporter commented 9 years ago
Github issue: https://github.com/woodenshark/Lightpack/issues/8

Original comment by alexey.r...@gmail.com on 24 Jun 2014 at 4:37