Ryan Cavicchioni ryanc
  • Joined on 2019-11-24
ryanc pushed to master at ryanc/lume 2020-04-04 17:19:50 +00:00
5bafaa35e4 remove debug code
cc19b87e39 add Response struct, populate rate limit struct
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-04-04 15:27:39 +00:00
f8e9dbc716 add named colors via the config file
ryanc pushed to master at ryanc/lume 2020-03-29 05:08:39 +00:00
3a6ee185fb return errors to main()
ryanc pushed to master at ryanc/lume 2020-03-29 04:47:58 +00:00
6b033f10de pass the Config struct to the commands
968b098344 fix incorrect comand name
8b2a67b73b remove dead code
Compare 3 commits »
ryanc pushed to master at ryanc/lume 2020-03-28 23:05:46 +00:00
1b054466cf add set-color command
8c0e325447 parse comma separated RGB string
fce5ff9667 fix bug where RGBColor could not be marshalled
bdcb20acb2 returning a pointer is not necessary
4b6f159d03 add float32 flag parser
Compare 5 commits »
ryanc pushed to master at ryanc/lume 2020-03-28 20:23:07 +00:00
67cd97e2d8 store CLI defaults into variables
ryanc pushed to master at ryanc/lume 2020-03-28 19:31:39 +00:00
676eabb0cb rename project to lume
ryanc renamed repository from go-lifx to ryanc/lume 2020-03-28 19:30:19 +00:00
ryanc pushed to master at ryanc/lume 2020-03-28 18:30:08 +00:00
9452aec154 fix spelling
ryanc pushed to master at ryanc/lume 2020-03-28 18:23:03 +00:00
04684b0ad6 add set-white command
ca6008db64 add int16 flag parser
4e03e59bad fix kelvin validation range
Compare 3 commits »
ryanc pushed to master at ryanc/lume 2020-03-28 00:53:39 +00:00
77c320d2a8 use variables
ryanc pushed to master at ryanc/lume 2020-03-28 00:31:50 +00:00
4ea3545ea7 add set-state command
8df5b1d779 change error format
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-03-27 07:01:48 +00:00
7c7b06e893 create utils module
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