Add setting to change "midnight" of day
This commit is contained in:
parent
ce7a79d1de
commit
277b159200
6 changed files with 30 additions and 28 deletions
|
|
@ -16,8 +16,6 @@ use crate::db::DbSchedule;
|
|||
use crate::errors::EmgauwaError;
|
||||
use crate::models::{Controller, Relay};
|
||||
|
||||
pub type Weekday = i64;
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Message)]
|
||||
#[rtype(result = "Result<(), EmgauwaError>")]
|
||||
pub enum ControllerWsAction {
|
||||
|
|
|
|||
Loading…
Reference in a new issue