Improve logging and set .cfg config file ending
This commit is contained in:
parent
e2dc5f8857
commit
6a6bb2a4ce
6 changed files with 137 additions and 65 deletions
|
|
@ -18,7 +18,7 @@ use crate::models::{Controller, Relay};
|
|||
|
||||
#[derive(Debug, Serialize, Deserialize, Message)]
|
||||
#[rtype(result = "Result<(), EmgauwaError>")]
|
||||
pub enum ControllerWsAction {
|
||||
pub enum ControllersWsAction {
|
||||
Register(Controller),
|
||||
Disconnect,
|
||||
Schedules(Vec<DbSchedule>),
|
||||
|
|
|
|||
Loading…
Reference in a new issue