From 9b667d0f05f130c409f3b14ff7d4f2fdf5d46699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=85=86=E5=B0=89?= <228127304@qq.com> Date: Wed, 26 Aug 2026 11:20:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20VDA5050=20=E7=8A=B6=E6=80=81=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=20actions=20=E6=94=B9=E7=94=A8=20actionState?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- StandardScene.Protocol.VDA5050/VDACar/VDA5050Commons.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StandardScene.Protocol.VDA5050/VDACar/VDA5050Commons.cs b/StandardScene.Protocol.VDA5050/VDACar/VDA5050Commons.cs index 46ee947..ef0703e 100644 --- a/StandardScene.Protocol.VDA5050/VDACar/VDA5050Commons.cs +++ b/StandardScene.Protocol.VDA5050/VDACar/VDA5050Commons.cs @@ -24,9 +24,9 @@ namespace StandardScene.CarTypes version = _protocolVersion, manufacturer = _manufacturer, serialNumber = _serialNumber, - actions = new List + actions = new List { - new action + new actionState { actionId = actionId, actionType = actionType,