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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -8,14 +8,11 @@ use axum::{
|
||||
use automation::{
|
||||
auth::{OpenIDConfig, User},
|
||||
config::Config,
|
||||
debug_bridge::DebugBridge,
|
||||
devices,
|
||||
devices::{DebugBridge, HueBridge, LightSensor, Presence},
|
||||
error::ApiError,
|
||||
hue_bridge::HueBridge,
|
||||
light_sensor::LightSensor,
|
||||
mqtt,
|
||||
ntfy::Ntfy,
|
||||
presence::Presence,
|
||||
};
|
||||
use dotenvy::dotenv;
|
||||
use futures::future::join_all;
|
||||
|
||||
Reference in New Issue
Block a user