From 22a991830dcabbc44703f28bb5f46181bd902564 Mon Sep 17 00:00:00 2001
From: amichelo <andrea.michelotti@lnf.infn.it>
Date: Sun, 19 Feb 2023 00:59:17 +0100
Subject: [PATCH] fix for pva

---
 chaos/common/data/Property.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chaos/common/data/Property.h b/chaos/common/data/Property.h
index fae9eaff8..206288afc 100644
--- a/chaos/common/data/Property.h
+++ b/chaos/common/data/Property.h
@@ -5,7 +5,7 @@
 namespace chaos {
 namespace common {
 namespace data {
-#define PROPERTY_VALUE_KEY "VAL"
+#define PROPERTY_VALUE_KEY "value"
 #define PROPERTY_VALUE_MAX_KEY "max"
 #define PROPERTY_VALUE_MIN_KEY "min"
 #define PROPERTY_VALUE_INC_KEY "inc"
-- 
GitLab