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

This commit is contained in:
2023-04-14 01:06:08 +02:00
parent 72ab48df42
commit 88e9b8f409
11 changed files with 362 additions and 489 deletions
+1
View File
@@ -5,6 +5,7 @@ pub mod config;
pub mod debug_bridge;
pub mod devices;
pub mod error;
pub mod event;
pub mod hue_bridge;
pub mod light_sensor;
pub mod mqtt;