Start to implement devices enrollment

This commit is contained in:
2024-07-01 21:10:45 +02:00
parent 378c296e71
commit 9ba4aa5194
21 changed files with 267 additions and 16 deletions

View File

@ -1,6 +1,7 @@
pub mod app_config;
pub mod constants;
pub mod crypto;
pub mod devices;
pub mod energy;
pub mod server;
pub mod utils;