From 6ed36ac02cd90169b6c93fe62b6734714bd4cc22 Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Thu, 22 Aug 2024 11:12:22 +0200 Subject: [PATCH] - aggiunto pulsante di test Refresh - implementato ExecProcessManager che gestisce il lancio di piu' esecuzioni contemporaneament - corretta gestione scrittura backup lista porte - correzione costruttori Door e JsonDoor con aggiunta nState --- .../DoorListPage/DoorListPageV.xaml | 3 + .../DoorListPage/DoorListPageVM.vb | 145 ++-- .../Supervisor.Plugin.FiveLakes.vbproj | 1 + .../Utility/ExecProcessManager.vb | 646 ++++++++++++++++++ .../Utility/JsonUtility.vb | 4 +- 5 files changed, 751 insertions(+), 48 deletions(-) create mode 100644 Supervisor.Plugin.FiveLakes/Utility/ExecProcessManager.vb diff --git a/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml b/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml index 279287d..f1fa2f8 100644 --- a/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml +++ b/Supervisor.Plugin.FiveLakes/DoorListPage/DoorListPageV.xaml @@ -31,6 +31,9 @@