Commit graph

50 commits

Author SHA1 Message Date
714a89fb67 find available blinksticks or exit before server start 2022-02-25 22:58:47 +01:00
b3b123bea8 optimized filtering of found blinksticks 2022-02-25 15:50:32 +01:00
4aa965fece added cli argument parser 2022-02-25 15:41:27 +01:00
2139b0b111 moved config initialization into own function 2022-02-25 15:41:11 +01:00
4d2dcbf4f0 extended config and functionality to cache found blinksticks and filter them by serial(s) 2022-02-25 15:40:20 +01:00
421c3be3dd optimized color parsing 2022-02-25 15:39:32 +01:00
750844f49e updated systemd-service and readme 2022-02-24 23:25:20 +01:00
37bd68e9de some more fixes 2022-02-24 15:24:08 +01:00
9ae6acba36 fixed stopping of multiple active animations 2022-02-24 14:53:17 +01:00
b6c2e04db2 fixed starting and stopping of animations 2022-02-24 14:42:30 +01:00
9ceb501265 move some more code from promises to async/await 2022-02-24 11:52:16 +01:00
4dd916997e cleaned up some more code 2022-02-24 11:51:21 +01:00
35b8c55966 cleaned code 2022-02-24 11:33:53 +01:00
2a7386d262 extended function to find connected blinkstick(s) 2022-02-24 10:57:41 +01:00
323e3b0b5e optimized error handling and application start 2022-02-24 10:50:31 +01:00
e7f259b683 reject with error object 2022-02-24 10:42:06 +01:00
d4b776333f replaced some more promises with async/await 2022-02-24 10:41:50 +01:00
ad111f7709 replaced promises with async/await 2022-02-24 10:31:01 +01:00
53efde189f changed error logging 2022-02-24 10:30:43 +01:00
61c43fdd9b reworked almost the whole project - everything should work now as expected 2022-02-23 17:08:41 +01:00
eac3aa5e5e "fixed" pulse mode, needs still rework 2022-02-22 17:00:30 +01:00
836d91ce04 heavy rework to support individual leds, pulse mode currently broken 2022-02-22 16:42:49 +01:00
5b22396e0d replace functions with arrow functions 2022-02-21 12:20:37 +01:00
91f6c0a57a extended config and server accordingly 2022-02-21 12:20:18 +01:00
047dc92b80 added new line 2022-02-21 12:08:26 +01:00
8a97448f7f added systemd-service and updated readme 2022-02-21 12:04:37 +01:00
e332dcda9c add '.nvmrc' 2022-02-21 11:57:18 +01:00
7866ddb5df code optimization 2022-02-21 11:56:49 +01:00
adc9f59adc added options argument 'index' 2022-02-21 01:14:42 +01:00
1d715995ff removed debug output 2022-02-21 00:48:51 +01:00
faee049169 optimized and extended functionality 2022-02-21 00:48:29 +01:00
069faa91f8 fixed type environment variable 2021-04-14 23:11:15 +02:00
1e13175c06 changed default mode to 'morph' 2021-04-09 03:03:50 +02:00
91c333ea1f fixed environment variable 2021-04-09 02:57:57 +02:00
772db7f58f activate systemd timer on boot 2021-04-09 02:36:58 +02:00
40bd7713df fixed the systemd timer 2021-04-09 02:29:44 +02:00
7f18fbcfe2 added systemd timer 2021-04-09 02:18:29 +02:00
f7aac64460 added systemd service file 2021-04-09 02:05:31 +02:00
901f1809a8 added environment variables and fixed some stuff 2021-04-09 02:04:53 +02:00
5066dd647e removed unnecessary comment 2021-04-08 17:14:11 +02:00
37aba9f6a5 improved argument parsing 2021-04-08 17:09:44 +02:00
5231d683b0 set color to 'random' if undefined 2021-04-07 12:08:30 +02:00
231bcd19cc fixed requirements 2021-04-07 12:06:32 +02:00
c9f39a8b93 fixed some bugs, convert rgb color values to hex 2021-04-07 12:04:06 +02:00
4dca1d43b0 remove some unnecessary method calls 2021-04-07 12:03:07 +02:00
1a52bc31e7 ignore 'yarn.lock' 2021-04-07 12:01:11 +02:00
6f99c255ba check root permissions only where needed 2021-04-06 17:07:06 +02:00
6014d630ed added '.vscode' to ignore list and removed it from the repository 2021-04-06 16:48:43 +02:00
ed7be3920c modified readme file 2021-04-06 16:46:56 +02:00
7be704eeb9 initial commit 2021-04-06 16:41:49 +02:00