pull/6/head
prplV 2025-02-27 12:59:56 +03:00
parent 644b18cfd7
commit 2adb706a69
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ pub mod v3 {
pub id : String, pub id : String,
#[serde(rename = "type")] #[serde(rename = "type")]
pub json_type : String, pub json_type : String,
addr : String, pub addr : String,
pub value : Value, pub value : Value,
} }
impl MetricOutput { impl MetricOutput {