From 968a879cb0be8766afbe3a3e3bdf77a172cd301f Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 10 Sep 2025 18:46:21 +0200 Subject: [PATCH] Update note x onlyIncr valor MBus semidefiniti positivi --- MapoSDK/dataConfTSVC.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MapoSDK/dataConfTSVC.cs b/MapoSDK/dataConfTSVC.cs index ada45488..6744bdb0 100644 --- a/MapoSDK/dataConfTSVC.cs +++ b/MapoSDK/dataConfTSVC.cs @@ -20,7 +20,8 @@ namespace MapoSDK public VC_func func { get; set; } = VC_func.MAX; /// - /// Indica se il parametro possa solo crescere (come i contatori energia, contatori TOT) + relativa gestione + /// Indica se il parametro sia semidefinito-positivo (=possa solo crescere) + relativa gestione + /// es: i contatori energia, contatori TOT generali non resettabili ore impiego / pezzi /// public bool onlyIncr { get; set; } = false;