fix: VDA5050 状态上报 actions 改用 actionState
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user