From 8016ff80c00ab10de54442f49e76fd0b2020ac16 Mon Sep 17 00:00:00 2001 From: prplV Date: Thu, 15 May 2025 10:37:31 -0400 Subject: [PATCH] + mod and device --- src/structs.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/structs.rs b/src/structs.rs index a15eee7..8095768 100644 --- a/src/structs.rs +++ b/src/structs.rs @@ -17,7 +17,9 @@ pub mod v3 { pub value : Value, #[serde(rename = "description")] pub desc : Option>, - pub status: Option + pub status: Option, + pub device: Option, + pub module: Option, } #[derive(Serialize, Deserialize, Debug)]