+ mod and device
parent
c33a4432e7
commit
8016ff80c0
|
|
@ -17,7 +17,9 @@ pub mod v3 {
|
|||
pub value : Value,
|
||||
#[serde(rename = "description")]
|
||||
pub desc : Option<Cow<'a, String>>,
|
||||
pub status: Option<isize>
|
||||
pub status: Option<isize>,
|
||||
pub device: Option<isize>,
|
||||
pub module: Option<isize>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Reference in New Issue