Ryan Cavicchioni ryanc
  • Joined on 2019-11-24
ryanc pushed to master at ryanc/lume 2020-03-06 07:34:43 +00:00
c3b8d84968 there is no JSON response in fast mode
b76b935608 ther is no JSON response in fast mode
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-03-06 07:34:22 +00:00
b76b935608 ther is no JSON response in fast mode
ryanc pushed to master at ryanc/lume 2020-03-06 07:28:58 +00:00
243d0f6f31 refactor SetState function
f58f523d35 handle HTTP statuses
43465c6ae9 extended response struct
3a94226aa8 fix float format string
46991b2ba3 fix up the default named white levels
Compare 6 commits »
ryanc pushed to master at ryanc/lume 2020-03-03 05:53:08 +00:00
35a5b99bf4 add default preset white temperatures from the app
ryanc pushed to master at ryanc/lume 2020-03-01 17:27:37 +00:00
888f29383e add User-Agent header
0427121975 add proper Content-Type header
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-03-01 05:16:14 +00:00
de4a4a8643 restructured client
ryanc pushed to master at ryanc/lume 2020-02-29 22:09:15 +00:00
f4013e5672 add NamedColor type
ryanc pushed to master at ryanc/lume 2020-02-29 22:01:59 +00:00
e9a4d586b4 move remaining structs
cc6645fb48 move color code
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-02-29 21:58:33 +00:00
becc179184 move light struct
37d3179662 move client structs
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-02-29 21:56:19 +00:00
1c99d42224 separete light API
ryanc pushed to master at ryanc/lume 2020-02-29 19:05:22 +00:00
821bd26595 change variable name
ryanc pushed to master at ryanc/lume 2020-02-29 18:55:44 +00:00
bb5aec36a7 add Makefile
ryanc pushed to master at ryanc/lume 2020-02-29 18:55:20 +00:00
abc9e0a978 add new color structs
ryanc pushed to master at ryanc/lume 2020-02-29 06:43:48 +00:00
ad8315668e change token variable names
ryanc pushed to master at ryanc/lume 2020-02-29 06:39:13 +00:00
0ccbc0aec6 added more error handling
ryanc pushed to master at ryanc/lume 2020-02-29 06:09:16 +00:00
ed55cc3fbf handle 404 errors
ryanc pushed to master at ryanc/lume 2020-02-29 06:08:57 +00:00
2fbfe9cae8 add SetState method
cd04dd47b6 remove unnecessary pointers
Compare 2 commits »
ryanc pushed to master at ryanc/lume 2020-02-29 04:16:04 +00:00
fb36967670 add success logic
ryanc pushed to master at ryanc/lume 2020-02-29 04:15:21 +00:00
c0c49b6d7c use struct for toggle endpoint
ryanc pushed to master at ryanc/lume 2020-02-29 03:57:14 +00:00
e05efa9d57 rename Session struct to Client