Commit Graph

63 Commits

Author SHA1 Message Date
1299443a7c
Moved some config over to an actual config file, improved error handling 2022-12-24 04:47:06 +01:00
7e3c3223b2
Adjusted how we requre Sync + Send, added logger, cleanup dependencies, and added web server using warp and tokio 2022-12-23 04:40:08 +01:00
1b965cd45a
Request ID is not a UUID like the documentation suggests 2022-12-22 05:59:39 +01:00
2103a46416
Made some changes to allow for threading/async in the future 2022-12-17 05:36:36 +01:00
e88e2fe48b
Finished basic google home implementation with some slight refactors along the way 2022-12-16 06:54:31 +01:00
995ff08784
Architectural changes and added first basic implementation for handling queries (does not handle errors) 2022-12-15 05:04:11 +01:00
4de0b31ec8
Added macro to generate cast traits and impls automatically 2022-12-14 05:49:51 +01:00
fd1540b63d
Renamed from to cast_mut and added version that is not mutable 2022-12-14 05:33:13 +01:00
36cd0e9b61
Started work on fullfillment of requests 2022-12-14 05:32:39 +01:00
e4369ebf41
Implemented data structures for SYNC, QUERY, and EXECUTE 2022-12-13 05:38:21 +01:00
6627174c6f Started working on google home implementation 2022-12-12 00:00:39 +01:00
c9bbc35f74 Simplified device conversions and switched device list to hashmap to allow lookup by name 2022-12-10 18:54:03 +01:00
68cbccd72c Started work on rust rewrite of automation system 2022-12-10 18:03:01 +01:00