Devices and some settings are now loaded from the config file instead of hardcoded

This commit is contained in:
2022-12-27 04:00:35 +01:00
parent c45ef583b1
commit f735216dc4
8 changed files with 100 additions and 87 deletions
-1
View File
@@ -1,4 +1,3 @@
#![feature(specialization)]
pub mod devices;
pub mod zigbee;
pub mod mqtt;