I'm pretty new to working with cumulocity and I'm trying to change the result for self created operations. For Shell operations this solution works setting c8y_Command result String from Java. But for other operations it doesn't. The Operation would look something like this:
"status": "PENDING",
"description": "description text",
"c8y_GetData": {
"result": "",
"name": "data name",
"dataType": "c8y_data",
"dataID": "234324"
}
The in the device view the result entry in the detail tab for the operation is always empty. I tried to put the result almost anywhere to let it show up on the page. Maybe one of you knows where and with what name to up it. Thanks in advance