Display the list of pending devices in the UI

This commit is contained in:
2024-07-03 19:17:47 +02:00
parent 01ffe085d7
commit 716af6219a
14 changed files with 301 additions and 17 deletions

View File

@ -1,3 +1,4 @@
pub mod auth_controller;
pub mod devices_controller;
pub mod energy_controller;
pub mod server_controller;