From dff06ff704dd264fde30fa2b5d208d25fda01bae Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Tue, 3 Feb 2026 17:29:44 +0100 Subject: [PATCH] Aggiunti nuovi hardware --- Test.UI/Hardware/Setup.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Test.UI/Hardware/Setup.json b/Test.UI/Hardware/Setup.json index 69b182c..b49a49a 100644 --- a/Test.UI/Hardware/Setup.json +++ b/Test.UI/Hardware/Setup.json @@ -610,5 +610,41 @@ "shape": "Trapezoid", "sashQty": 1, "sashPosition": 1 + }, + { + "id": "000695", + "familyName": "ArTech", + "description": "ArTech_2S", + "openingType": "LiftSlide", + "shape": "Rectangle", + "sashQty": 2, + "sashPosition": 1 + }, + { + "Description": "ArTech_4S", + "FamilyName": "ArTech", + "Id": "000696", + "OpeningType": "LiftSlide", + "SashPosition": 2, + "SashQty": 4, + "Shape": "Rectangle" + }, + { + "id": "000697", + "familyName": "ArTech", + "description": "ArTech_SlideDouble", + "openingType": "LiftSlide", + "shape": "Rectangle", + "sashQty": 2, + "sashPosition": 1 + }, + { + "id": "000698", + "familyName": "ArTech", + "description": "ArTech_SlideQuadruple", + "openingType": "LiftSlide", + "shape": "Rectangle", + "sashQty": 4, + "sashPosition": 2 } ] \ No newline at end of file