fix: VDA5050 状态上报 actions 改用 actionState

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
黄兆尉
2026-08-26 11:20:56 +08:00
co-authored by Cursor
parent 368790f36e
commit 9b667d0f05
@@ -24,9 +24,9 @@ namespace StandardScene.CarTypes
version = _protocolVersion,
manufacturer = _manufacturer,
serialNumber = _serialNumber,
actions = new List<action>
actions = new List<actionState>
{
new action
new actionState
{
actionId = actionId,
actionType = actionType,