Hi,
thank you for reporting this issue.
There seems to be a bug in the documentation it has to be "text", not "textEnglish" and "number" (not "diagnosisNumber"). We are going to change that in the documentation.
Some more information regarding this topic. The format of this JSON file got changed from V1.12 to V1.14. But the format of V1.12 should still work with a ctrlX CORE V1.14. See the two sample files (one V1.12 and one V1.14) in the SDK.
I also changed the sample form the documentation to V1.14. You could use that as well (if the System apps on your ctrlX CORE are V1.14):
{
"mainDiagnostics": {
"0E0A0666":{
"text": "Example diagnostic message",
"version": "1"
},
"0E0F2666":{
"text": "Example diagnostic error with priority 2",
"version": "2",
"detailedDiagnostics":{
"00000001":{
"text": "Example detailed diagnostic 1"
},
"00000002":{
"text": "Example detailed diagnostic 2"
}
}
}
}
}
... View more