fix type id value

This commit is contained in:
Romulus21
2025-03-14 16:03:47 +01:00
parent c10fd3aa51
commit 7702419e2d
2 changed files with 8 additions and 1 deletions

View File

@@ -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,