Commit Graph

6 Commits

Author SHA1 Message Date
668f13863a
Replaced impl_cast with a new and improved trait
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 02:01:13 +02:00
044c38ba86
More refactoring 2023-08-18 03:07:16 +02:00
bb131f2b1a
Added basic hue light bridge, improved Timeout trait and setup frontdoor to turn on hallway ligh temporarily
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-15 04:45:35 +02:00
12ca577a65
Added trait for devices that can turn off a given timeout 2023-08-14 02:58:13 +02:00
40c0ac5144
Moved quasi-devices into the devices module and made event related device traits part of the event module
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-24 04:28:17 +02:00
1a9d99fed9
Moved traits into seperate module 2023-04-14 22:34:40 +02:00