Added add_display_name
Some checks failed
Build Project / test (push) Has been cancelled

This commit is contained in:
2025-02-05 22:16:09 +00:00
parent acbb61131b
commit eea776d31e
4 changed files with 31 additions and 5 deletions

View File

@@ -98,4 +98,9 @@ pub struct AppState {
pub db: Database,
pub firmwares_path: PathBuf,
pub hostname: String,
}
#[derive(Serialize, Deserialize, Debug)]
pub struct DeviceMetadata {
pub display_name: String,
}