|
fcd0b370d6
|
DeviceManager no longer handles subscribing and filtering topics, each device has to do this themselves now
|
2024-05-07 00:05:37 +02:00 |
|
|
f4a1b507e5
|
Everything needed to construct a new device is passed in through lua
|
2024-05-07 00:05:36 +02:00 |
|
|
3689a52afd
|
Replaced impl_cast with a new and improved trait
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 |
|
|
73a2b077ed
|
Fmt: Added cargofmt config and reformatted files
continuous-integration/drone/push Build is passing
|
2023-11-20 23:27:48 +01:00 |
|
|
ee00959e8a
|
Added initial basic washer integration
continuous-integration/drone/push Build is passing
|
2023-08-14 03:52:00 +02:00 |
|
|
58ade33c42
|
Also moved ntfy into devices as it is a quasi device
continuous-integration/drone/push Build is passing
|
2023-04-24 04:44:19 +02:00 |
|
|
40c0ac5144
|
Moved quasi-devices into the devices module and made event related device traits part of the event module
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 |
|
|
b7329b58ee
|
Everything is now implemented as a Device using device_traits with all events going through a single place
continuous-integration/drone/push Build is passing
|
2023-04-14 05:46:04 +02:00 |
|
|
88e9b8f409
|
Big refactor from using a seperate channel for all the different kind of events to a single event channel
continuous-integration/drone/push Build is passing
|
2023-04-14 01:06:08 +02:00 |
|