From 601930fff375fcd0c4468b0ca4cf72a910b75776 Mon Sep 17 00:00:00 2001 From: iioter <535915157@qq.com> Date: Mon, 1 Jul 2024 10:21:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=A7=E5=B0=8F=E7=AB=AF=E5=AD=97?= =?UTF-8?q?=E8=8A=82=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugins/Plugin/DeviceThread.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins/Plugin/DeviceThread.cs b/Plugins/Plugin/DeviceThread.cs index 69244d5..6153725 100644 --- a/Plugins/Plugin/DeviceThread.cs +++ b/Plugins/Plugin/DeviceThread.cs @@ -191,7 +191,8 @@ namespace Plugin { ID = item.ID, Address = item.DeviceAddress, - ValueType = item.DataType + ValueType = item.DataType, + EndianType = item.EndianType }; var method = Methods.Where(x => x.Name == item.Method).FirstOrDefault(); if (method == null)