Add a route to get the list of supported platforms for OTA

This commit is contained in:
2024-10-05 13:03:30 +02:00
parent 382c44a18a
commit e1a94acdcb
6 changed files with 19 additions and 1 deletions

View File

@ -2,5 +2,6 @@ pub mod auth_controller;
pub mod devices_controller;
pub mod energy_controller;
pub mod logging_controller;
pub mod ota_controller;
pub mod relays_controller;
pub mod server_controller;