Config is passed directly to IkeaOutlet and now supports turning off automatically after a specified amount of time

This commit is contained in:
2022-12-27 22:26:42 +01:00
parent f735216dc4
commit fb455b4e4c
5 changed files with 76 additions and 34 deletions
+1
View File
@@ -1,3 +1,4 @@
#![feature(specialization)]
pub mod devices;
pub mod mqtt;
pub mod config;