-
I am currently implementing agent commands as a part of adapter stream. I want to rewrite uuid or name in device file by using command * device: <uuid|name> which will be sent from adapter to agent. Any guidance could be of great help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
The The command, If you turn on versioning, the Device.xml fill should update to with the new uuid once it is received. Sorry for the oversight.
|
Beta Was this translation helpful? Give feedback.
The
* device:
sets the device associated with the adapter to the device identified by theuuid
orname
The command,
* uuid:
will do what you want. I checked and it is not documented. This is our fault and I will fix it in the README.md. I'll add it.If you turn on versioning, the Device.xml fill should update to with the new uuid once it is received.
Sorry for the oversight.