Record relays state

This commit is contained in:
2024-09-17 22:31:51 +02:00
parent 368eb13089
commit 565db05fb0
8 changed files with 165 additions and 19 deletions

View File

@ -77,7 +77,7 @@ pub struct DailyMinRuntime {
}
#[derive(Clone, Copy, Debug, serde::Serialize, serde::Deserialize, Eq, PartialEq, Hash)]
pub struct DeviceRelayID(uuid::Uuid);
pub struct DeviceRelayID(pub uuid::Uuid);
impl Default for DeviceRelayID {
fn default() -> Self {