From 44b33e24b644459038edd956cfce7345ce3236c1 Mon Sep 17 00:00:00 2001
From: Alejandro Acuña <alejandro.acuna@aluvisagrupo.com>
Date: Wed, 18 Dec 2024 08:54:47 +0000
Subject: [PATCH] no message
---
svgDevicesTest/src/Rtz/mockers/RtzMockerMap.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/svgDevicesTest/src/Rtz/mockers/RtzMockerMap.java b/svgDevicesTest/src/Rtz/mockers/RtzMockerMap.java
index 8cabfb3..67891ea 100644
--- a/svgDevicesTest/src/Rtz/mockers/RtzMockerMap.java
+++ b/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;
--
Gitblit v1.10.0