From 9dbde84a2c7b2716529aba72289c3b340f53d246 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 23 Dec 2025 15:36:32 +0100 Subject: [PATCH] update demo data threshold --- Test.UI/Components/Pages/EditJWD.razor.cs | 4 ++-- WebWindowConfigurator/WebWindowConfigurator.csproj | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Test.UI/Components/Pages/EditJWD.razor.cs b/Test.UI/Components/Pages/EditJWD.razor.cs index 897a52b..3119572 100644 --- a/Test.UI/Components/Pages/EditJWD.razor.cs +++ b/Test.UI/Components/Pages/EditJWD.razor.cs @@ -93,8 +93,8 @@ namespace Test.UI.Components.Pages protected Dictionary> AvailThreshold { get; set; } = new Dictionary>() { - {"Profilo78", new List() { new Threshold(1, "Bottom"), new Threshold(3, "Threshold")}}, - {"ProfiloSaomad", new List(){ new Threshold(1, "Bottom"), new Threshold(2, "BottomWaterdrip"), new Threshold(3, "Threshold")}} + {"Profilo78", new List() { new Threshold(3, "Bottom"), new Threshold(1, "Threshold")}}, + {"ProfiloSaomad", new List(){ new Threshold(3, "Bottom"), new Threshold(2, "BottomWaterdrip"), new Threshold(1, "Threshold")}} }; [Inject] diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj index 19322dd..8cfdf3f 100644 --- a/WebWindowConfigurator/WebWindowConfigurator.csproj +++ b/WebWindowConfigurator/WebWindowConfigurator.csproj @@ -6,7 +6,7 @@ net8.0 enable enable - 2.7.12.2314 + 2.7.12.2315 Annamaria Sassi Egalware Componente gestione JWD per LUX @@ -559,6 +559,9 @@ + + +