Devices can request current time with a precision to the millisecond

This commit is contained in:
2024-07-01 17:56:10 +02:00
parent 8918547375
commit 378c296e71
6 changed files with 35 additions and 0 deletions

View File

@ -4,6 +4,7 @@ use crate::energy::energy_actor::EnergyActorAddr;
pub mod auth_middleware;
pub mod custom_error;
pub mod devices_api;
pub mod servers;
pub mod unsecure_server;
pub mod web_api;