Quantex GmbH
DE RU EN EL
Ihre Region: Europa

(ecu.tree) Stamp tree node content

The command returns a list of nested tree nodes or a list of control units available for diagnostics

Options

Return Values

Tree and ecu arrays can be simultaneously in one node or one at a time. It depends on the structure of the tree marks. Typically, at the end of the stamp tree path is a list of control units. Therefore, at the end of the tree nodes will be gone. But blocks can also be present among tree nodes.

Returned error codes

Decoding Error Codes

Example

Request

{
"cmd" : "ecu.tree",
"tree": "14"
}

Answer

{
"tree": [
{
"name": "BMW",
"path": 54
},
{
"name": "MERCEDES",
"path": 22
}
],
"ecu": [
{
"name": "ECU_BMW_ME3_1"
},
{
"name": "ECU_BMW_EDC16C39"
}
]
}

Negative answer

{
"res": -448
}