v0.14.0
This commit is contained in:
+3
-2
@@ -2,7 +2,7 @@ use crate::{
|
||||
error::AppError,
|
||||
home_assistant, influxdb,
|
||||
models::{
|
||||
Automation, AutomationPlanRule, ClimateGroup, ControlPlan, ControlPlanEvent, Device,
|
||||
Automation, AutomationPlanRule, ClimateGroup, ConnectionStatus, ConnectionType, ControlPlan, ControlPlanEvent, Device, EnergyReading,
|
||||
DeviceCommand, GroupControlPatch, HaReading, NightModeSettings, Reading, RuntimeSettings,
|
||||
Schedule, TemporaryQuickThermostat, Zone, ZoneControlPlan, ZoneReading,
|
||||
},
|
||||
@@ -16,7 +16,7 @@ use std::{
|
||||
sync::{atomic::Ordering, Arc},
|
||||
time::{Duration, Instant},
|
||||
};
|
||||
use tokio::time::sleep;
|
||||
use tokio::{sync::broadcast, time::sleep};
|
||||
|
||||
// Functional source split intentionally keeps items in the existing module namespace.
|
||||
include!("engine/runtime.rs");
|
||||
@@ -30,6 +30,7 @@ include!("engine/groups.rs");
|
||||
include!("engine/zone_actions.rs");
|
||||
include!("engine/zone_control.rs");
|
||||
include!("engine/history.rs");
|
||||
include!("engine/energy.rs");
|
||||
include!("engine/temperature.rs");
|
||||
include!("engine/targets.rs");
|
||||
include!("engine/schedules.rs");
|
||||
|
||||
Reference in New Issue
Block a user