Update general device information

This commit is contained in:
2024-09-09 21:43:57 +02:00
parent a97614ce44
commit 36ba4efd9f
8 changed files with 109 additions and 30 deletions

View File

@ -301,7 +301,7 @@ impl Handler<SynchronizeDevice> for EnergyActor {
#[derive(serde::Serialize)]
pub struct ResDevState {
id: DeviceId,
pub id: DeviceId,
last_ping: u64,
online: bool,
}