Alejandro Acuña
2024-10-07 e68f1da78bc96da5410d19e0486446917d263fc6
svgDevicesTest/src/Rtz/mockers/RtzMockerMap.java
@@ -27,7 +27,7 @@
    public void updateDevice(boolean active) 
    {
//      RTZ32_Controller.class.cast(device).getDeviceInformation().mode  = RTZ32_ControllerInformation.MODE_NON_CENTRALIZED;
        RTZ32_Controller.class.cast(device).getDeviceInformation().mode  = RTZ32_ControllerInformation.MODE_CENTRALIZED_MASTER;
        RTZ32_Controller.class.cast(device).getDeviceInformation().mode  = RTZ32_ControllerInformation.MODE_NON_CENTRALIZED;
        
        RTZ32_ControllerStatus status = (RTZ32_ControllerStatus)device.getDeviceStatus();
        status.rtz32.general.control = RTZ32_Status_General.CONTROL_LOCAL;