".attrs" fragment on managed object of a device

Hello,

I just found a new fragment on managed object of my device:

  ".attrs": {
    "_origin": null,
    "_requestId": "73236fd3ff490f8d7c5f43e057595f81",
    "_type": "MANAGED_OBJECT_CREATE",
    "requestRoute": {
      "empty": true
    },
    "_mode": "PERSISTENT"
  }

Does anyone know what this is all about?

thx

greets

Helmut

That is the metadata usually present on real-time notifications.

Therefore, if you have an application that responds to a notification (for example, an EPL App), updates the notification object, and then uses it to update the MO, that would explain what you are seeing.