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,
|
version = _protocolVersion,
|
||||||
manufacturer = _manufacturer,
|
manufacturer = _manufacturer,
|
||||||
serialNumber = _serialNumber,
|
serialNumber = _serialNumber,
|
||||||
actions = new List<action>
|
actions = new List<actionState>
|
||||||
{
|
{
|
||||||
new action
|
new actionState
|
||||||
{
|
{
|
||||||
actionId = actionId,
|
actionId = actionId,
|
||||||
actionType = actionType,
|
actionType = actionType,
|
||||||
|
|||||||
Reference in New Issue
Block a user