Move Device from one profile to another

Move Device from one profile to another

@Gary Howell

I want to move some TTN devices and their data buckets from one profile to another.
Because you cannot create the device twice (using the same DevEUI), the only way I can think of doing this in an analysis is this:

  1. Create a new custom HTTPS device on Profile 1
  2. Run an analysis to getData from the live device(Profile 1) and sendData to the custom one
  3. Delete the live device from Profile 1
  4. Create the live device in Profile 2
  5. Run a cross ‘account’ getData/sendData to copy the data from the HTTPS device to the new live device.

Is there a more elegant way of doing this?

Thanks