fix type id value
This commit is contained in:
@@ -42,7 +42,7 @@ pub const OPTIONS: &[Option] = &[
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
|
||||
pub struct Value {
|
||||
id: i32,
|
||||
id: i64,
|
||||
service: String,
|
||||
capteur: String,
|
||||
type_donnee: String,
|
||||
|
||||
Reference in New Issue
Block a user