Can get the full list of relays through the API

This commit is contained in:
2024-07-24 23:35:58 +02:00
parent 4d5ba939d1
commit 73163e6e69
5 changed files with 43 additions and 2 deletions

View File

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