Alejandro Acuña
2025-04-29 d1d736e487d9eb104dcae9def948066037afd2f0
svgDevicesTest/src/Rtz/mockers/RtzMockerMapComplex.java
@@ -15,7 +15,7 @@
    public RtzMockerMapComplex() throws SerializationException 
    {
        super((Device)Serialization.deserialize(RTZ32_Controller.class, new File("C:\\Users\\Konstantin\\Desktop\\rtz_svg.txt")));
        super((Device)Serialization.deserialize(RTZ32_Controller.class, new File("C:\\Users\\Konstantin\\Desktop\\rtz.txt")));
    }
    public RtzMockerMapComplex getMocker() 
@@ -39,9 +39,15 @@
//                information.mode = RTZ32_ControllerInformation.MODE_NON_CENTRALIZED;
//            }
            
            Device d = Serialization.deserialize(RTZ32_Controller.class, new File("C:\\Users\\Konstantin\\Desktop\\rtz_svg.txt"));
            device = d;
//            RTZ32_Controller controller = (RTZ32_Controller) d;
//            Device d = Serialization.deserialize(RTZ32_Controller.class, new File("C:\\Users\\Konstantin\\Desktop\\rtz_svg.txt"));
//            device = d;
//            RTZ32_Controller controller = (RTZ32_Controller)device;
//            controller.getDeviceStatus().rtz32.forcings.plan = new RTZ32_Commands_Plan();
//            {
//                controller.getDeviceStatus().rtz32.forcings.plan.number = 1;
//                controller.getDeviceStatus().rtz32.forcings.plan.offset = 20;
//            }
//            
//            d.setAlarm("alarm_offline", false);
//            
@@ -71,7 +77,7 @@
    @Override
    public String getFilePath()
    {
        return "D:\\LocalBackup\\servers\\rtzserver\\data\\art.servers.rtzserver\\symbols\\22\\Controller.svg";
        return "X:\\ARTIC3\\applications\\colors\\rtzserver\\data\\art.servers.rtzserver\\symbols\\18\\Controller.svg";
    }
    @Override