Commit Graph

17 Commits

Author SHA1 Message Date
Wyatt J. Miller
e4473f6566 added request.rs 2020-05-24 18:49:31 +01:00
Wyatt J. Miller
c8b3892389 added some apps, some code cleanup
apps added include the following: Amazon Prime, Pandora, Crunchyroll, Funimation, and VRV
2020-05-23 21:25:11 +01:00
Wyatt J. Miller
b652eedede removed some pre-Rust 2018 'features', made code more readable 2020-05-23 21:08:20 +01:00
Wyatt J. Miller
aee9c527ab added abstraction that changes color for lights 2020-04-05 05:43:21 +01:00
Wyatt J. Miller
c32454792f added handling of request timeouts 2020-04-04 03:34:52 +01:00
Wyatt J. Miller
7112dadf29 cleaned up code, changed on/off functionality to boolean
on/off functionality was used by u32. once this u32 reaches
a certain number, it is then an overflow error. booleans doesn't
have this problem.
2020-04-03 23:39:59 +01:00
Wyatt J. Miller
a3ddfc2734 removed deps from main 2020-04-01 04:45:37 +01:00
Wyatt J. Miller
96509ff1cc fixed bug - turning on/off functionality 2020-04-01 04:28:35 +01:00
Wyatt J. Miller
023434cfcc added funtionality to turn off lights when TV is off
Added some functionality when the TV is turned off, the lights turn off.
2020-01-24 22:08:10 +00:00
Wyatt J. Miller
57fcccb8a6 rainbows! 2020-01-23 14:09:16 +00:00
Wyatt J. Miller
13637c748f added more led logic 2020-01-21 17:25:29 -05:00
Wyatt J. Miller
bcffec0580 modified configuration.rs 2020-01-04 15:16:54 -05:00
Wyatt J. Miller
b4ca32cf0c added power feature 2020-01-03 23:15:13 -05:00
Wyatt J. Miller
2e6c297a06 added sleep functionality 2019-12-30 18:59:00 -05:00
Wyatt J. Miller
591c554c3e web request changes light color
don't have the led light strip in just yet. however, whenever a
web request is sent to a IP address of a TV, the fictional led
light strip will change color

I also got to flex my reference borrowing skills, which is always
a fun time
2019-12-29 20:58:49 -05:00
Wyatt J. Miller
9f40abc025 added config deserializing 2019-12-28 22:43:13 -05:00
Wyatt J. Miller
338b86da6e initial commit 2019-12-26 22:32:42 -05:00