Ryan Cavicchioni ryanc
  • Joined on 2019-11-24
ryanc pushed to master at ryanc/lume 2020-03-27 03:00:32 +00:00
e9771c4ca7 add short flags
ryanc pushed to master at ryanc/lume 2020-03-27 02:05:25 +00:00
917053f39c error helpers
ryanc pushed to master at ryanc/lume 2020-03-27 01:52:21 +00:00
bba7c22460 improve error handling
4d496f7524 formatting
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-03-27 00:06:16 +00:00
7ef6d66564 refactor command line code
6afe13812a fix variable name
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-03-25 00:13:00 +00:00
079b1a469d refactored command line tool
ryanc pushed to master at ryanc/lume 2020-03-24 23:42:32 +00:00
2283a91ab8 housekeeping
ryanc pushed to master at ryanc/lume 2020-03-24 23:33:42 +00:00
83c96812d7 fix typo
ryanc pushed to master at ryanc/lume 2020-03-24 14:14:57 +00:00
4420c20933 a full ANSI color library is not required yet
ryanc pushed to master at ryanc/lume 2020-03-24 06:35:41 +00:00
25172da555 move ls printing into separate function
ryanc pushed to master at ryanc/lume 2020-03-24 06:31:57 +00:00
f31fc298cd calculate column widths with less looping
ryanc pushed to master at ryanc/lume 2020-03-24 05:26:36 +00:00
7d8e5f8b92 deserialize as time
d3c56d3aa8 add validation to RGBColor
f947b9b1ab add ls to lume
Compare 3 commits »
ryanc pushed to master at ryanc/lume 2020-03-22 19:42:02 +00:00
fe40294f52 rename variables
adc8b72e0e add some default color constructors
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-03-22 19:06:37 +00:00
7773883688 add set-white subcommand
ryanc pushed to master at ryanc/lume 2020-03-22 16:31:31 +00:00
7c27d173f4 refactor white constructors
ryanc pushed to master at ryanc/lume 2020-03-14 16:08:34 +00:00
dc4159550c add new CLI tool called lume
de669f159e remove scratch test cli tool
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-03-08 18:47:38 +00:00
6a5e6d0753 forgot to add utils file
39a9d377d1 use pointers
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-03-08 02:06:52 +00:00
73a666a216 make method naming more consistent
ryanc pushed to master at ryanc/lume 2020-03-08 02:03:05 +00:00
05566f480f add SetDelta function
ryanc pushed to master at ryanc/lume 2020-03-07 05:00:45 +00:00
e39d81f6cc add ListLights function
ryanc pushed to master at ryanc/lume 2020-03-07 02:55:55 +00:00
40a7a9d741 refactor client class again