From e68f1da78bc96da5410d19e0486446917d263fc6 Mon Sep 17 00:00:00 2001
From: Alejandro Acuña <alejandro.acuna@aluvisagrupo.com>
Date: Mon, 07 Oct 2024 06:39:12 +0000
Subject: [PATCH] bacl
---
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