Commit Graph

11 Commits

Author SHA1 Message Date
305d411596
WIP: Working on trait macro
Some checks failed
Build and deploy / Build application (push) Successful in 3m59s
Check / Run checks (push) Failing after 3m14s
Build and deploy / Build container (push) Successful in 57s
Build and deploy / Deploy container (push) Has been skipped
2024-06-15 04:32:02 +02:00
3689a52afd
Replaced impl_cast with a new and improved trait
All checks were successful
Build and deploy automation_rs / Build automation_rs (push) Successful in 4m0s
Build and deploy automation_rs / Build Docker image (push) Successful in 52s
Build and deploy automation_rs / Deploy Docker container (push) Successful in 28s
With this trait the impl_cast macros are no longer needed, simplifying
everything.
This commit also improved how the actual casting itself is handled.
2024-05-05 00:33:21 +02:00
044c38ba86
More refactoring 2023-08-18 03:07:16 +02:00
76a5a39ca9
Fixed build
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-11 04:06:55 +02:00
330523166f
Store devices wrapped in Arc RwLock 2023-08-11 02:24:58 +02:00
a0cefa8302
Improved error handling
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-01-18 22:37:57 +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
e88e2fe48b
Finished basic google home implementation with some slight refactors along the way 2022-12-16 06:54:31 +01:00
36cd0e9b61
Started work on fullfillment of requests 2022-12-14 05:32:39 +01:00
6627174c6f Started working on google home implementation 2022-12-12 00:00:39 +01:00