Improve logging and set .cfg config file ending

This commit is contained in:
Tobias Reisinger 2026-08-31 20:44:08 +02:00
commit 6a6bb2a4ce
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 137 additions and 65 deletions

View file

@ -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>),